Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Aug 16, 2017
1 parent 6364f77 commit 8ebab9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ Linq to Objects for Java.
<dependency>
<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

## Gradle
```
compile 'com.bestvike:linq:1.0.0'
compile 'com.bestvike:linq:1.0.1'
```

## Demos
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-SNAPSHOT
1.0.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>linq</name>
Expand Down

0 comments on commit 8ebab9f

Please sign in to comment.