Skip to content

Commit

Permalink
Updated version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed Aug 29, 2019
1 parent 9ce04e7 commit 2dfe909
Showing 1 changed file with 8 additions and 8 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.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'
compile 'com.rabidgremlin:mutters-ink-bot:5.0.4'
compile 'com.rabidgremlin:mutters-opennlp-intent:5.0.4'
compile 'com.rabidgremlin:mutters-opennlp-ner:5.0.4'
compile 'com.rabidgremlin:mutters-slots:5.0.4'
}
```

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

Expand Down

0 comments on commit 2dfe909

Please sign in to comment.