Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa committed Aug 27, 2020
1 parent 7f5cb4e commit 0ac8094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.1.0
commit = True
tag = True

Expand All @@ -8,4 +8,3 @@ tag = True
[bumpversion:file:gradle.properties]
search = {current_version}
replace = {new_version}

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ All you need to do is:
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>watson-spring-boot-starter</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

or in your gradle `build.gradle`, in the dependencies stanza, add
```
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:2.0.0'
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:2.1.0'
```

2. Add your Watson service(s) credentials and version info to your application
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=2.0.0
version=2.1.0
group = com.ibm.watson.developer_cloud
watsonVersion = 8.6.0
springVersion = 5.1.13.RELEASE
Expand Down

0 comments on commit 0ac8094

Please sign in to comment.