Skip to content

Commit

Permalink
Added to ignores, updated version nos.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidgremlin committed Apr 16, 2020
1 parent 5fc1359 commit 4020a38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/bin/
/.gradle/
/build/
/.vscode/

.idea
.project
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ repositories {
}
dependencies {
compile 'com.rabidgremlin:mutters-ink-bot:7.0.0'
compile 'com.rabidgremlin:mutters-opennlp-intent:7.0.0'
compile 'com.rabidgremlin:mutters-opennlp-ner:7.0.0'
compile 'com.rabidgremlin:mutters-slots:7.0.0'
compile 'com.rabidgremlin:mutters-ink-bot:7.1.0'
compile 'com.rabidgremlin:mutters-opennlp-intent:7.1.0'
compile 'com.rabidgremlin:mutters-opennlp-ner:7.1.0'
compile 'com.rabidgremlin:mutters-slots:7.1.0'
}
```

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

Expand Down

0 comments on commit 4020a38

Please sign in to comment.