Skip to content

Commit

Permalink
Updated version nums for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed May 25, 2018
1 parent 957443d commit fa916da
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 @@ -223,10 +223,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:4.2.0'
compile 'com.rabidgremlin:mutters-opennlp-intent:4.2.0'
compile 'com.rabidgremlin:mutters-opennlp-ner:4.2.0'
compile 'com.rabidgremlin:mutters-slots:4.2.0'
compile 'com.rabidgremlin:mutters-ink-bot:4.2.1'
compile 'com.rabidgremlin:mutters-opennlp-intent:4.2.1'
compile 'com.rabidgremlin:mutters-opennlp-ner:4.2.1'
compile 'com.rabidgremlin:mutters-slots:4.2.1'
}
```

Expand All @@ -244,10 +244,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:4.2.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-intent:4.2.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-ner:4.2.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-slots:4.2.0-SNAPSHOT'
compile 'com.rabidgremlin:mutters-ink-bot:4.2.1-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-intent:4.2.1-SNAPSHOT'
compile 'com.rabidgremlin:mutters-opennlp-ner:4.2.1-SNAPSHOT'
compile 'com.rabidgremlin:mutters-slots:4.2.1-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=4.2.1-SNAPSHOT
version=4.2.1

# 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 fa916da

Please sign in to comment.