Skip to content

Commit 0ac8094

Browse files
committed
Bump version: 2.0.0 → 2.1.0
1 parent 7f5cb4e commit 0ac8094

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ All you need to do is:
2020
<dependency>
2121
<groupId>com.ibm.watson.developer_cloud</groupId>
2222
<artifactId>watson-spring-boot-starter</artifactId>
23-
<version>2.0.0</version>
23+
<version>2.1.0</version>
2424
</dependency>
2525
```
2626
2727
or in your gradle `build.gradle`, in the dependencies stanza, add
2828
```
29-
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:2.0.0'
29+
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:2.1.0'
3030
```
3131
3232
2. Add your Watson service(s) credentials and version info to your application

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.0
1+
version=2.1.0
22
group = com.ibm.watson.developer_cloud
33
watsonVersion = 8.6.0
44
springVersion = 5.1.13.RELEASE

0 commit comments

Comments
 (0)