Skip to content

Commit 2a95c54

Browse files
committed
Prepare release 0.1.0
1 parent 2ff07d0 commit 2a95c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaFS
1+
# JavaFS [![Version](http://img.shields.io/badge/version-0.1.0-blue.svg?style=flat)](https://github.com/puniverse/javafs/releases)
22
## Java filesystems as FUSE
33

44
## Requirements

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ targetCompatibility = '1.7'
1010
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
1111

1212
group = "co.paralleluniverse"
13-
version = "0.1.0-SNAPSHOT"
13+
version = "0.1.0"
1414
status = "integration"
1515
description = "Java FileSystem as FUSE"
1616
ext.url = "http://puniverse.github.com/javafs"

0 commit comments

Comments
 (0)