We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff07d0 commit 2a95c54Copy full SHA for 2a95c54
README.md
@@ -1,4 +1,4 @@
1
-# JavaFS
+# JavaFS [](https://github.com/puniverse/javafs/releases)
2
## Java filesystems as FUSE
3
4
## Requirements
build.gradle
@@ -10,7 +10,7 @@ targetCompatibility = '1.7'
10
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
11
12
group = "co.paralleluniverse"
13
-version = "0.1.0-SNAPSHOT"
+version = "0.1.0"
14
status = "integration"
15
description = "Java FileSystem as FUSE"
16
ext.url = "http://puniverse.github.com/javafs"
0 commit comments