Skip to content

Commit

Permalink
Updated version for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed Aug 8, 2019
1 parent 277ee5a commit 3cc9d98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:5.0.2'
compile 'com.rabidgremlin:mutters-opennlp-intent:5.0.2'
compile 'com.rabidgremlin:mutters-opennlp-ner:5.0.2'
compile 'com.rabidgremlin:mutters-slots:5.0.2'
compile 'com.rabidgremlin:mutters-ink-bot:5.0.3'
compile 'com.rabidgremlin:mutters-opennlp-intent:5.0.3'
compile 'com.rabidgremlin:mutters-opennlp-ner:5.0.3'
compile 'com.rabidgremlin:mutters-slots:5.0.3'
}
```

Expand All @@ -241,10 +241,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:5.0.2-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-intent:5.0.2-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-ner:5.0.2-SNAPSHOT'
compile 'com.rabidgremlin:mutters-slots:5.0.2-SNAPSHOT'
compile 'com.rabidgremlin:mutters-ink-bot:5.0.3-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-intent:5.0.3-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-ner:5.0.3-SNAPSHOT'
compile 'com.rabidgremlin:mutters-slots:5.0.3-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.0.2
version=5.0.3-SNAPSHOT

# These are place holder values. Real values should be set in user's home gradle.properties
# and are only needed when signing and uploading to central maven repo
Expand Down

0 comments on commit 3cc9d98

Please sign in to comment.