Skip to content

Commit

Permalink
v1.1.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jimichan committed Sep 8, 2018
1 parent 4b69773 commit df2483f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ But it could be much optimised through mmap with limited RAM and time(around 3 s

### Gradle
```
compile 'com.mayabot:fastText4j:1.1.2'
compile 'com.mayabot:fastText4j:1.1.4'
```

Expand All @@ -33,7 +33,7 @@ compile 'com.mayabot:fastText4j:1.1.2'
<dependency>
<groupId>com.mayabot</groupId>
<artifactId>fastText4j</artifactId>
<version>1.1.2</version>
<version>1.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {


description = 'FastText的java版本实现,兼容facebook发布的原生预训练模型。'
version = "1.1.4"
version = "1.1.5-SNAPSHOT"
//.BUILD-SNAPSHOT

group = "com.mayabot"
Expand Down

0 comments on commit df2483f

Please sign in to comment.