Skip to content

Commit

Permalink
Bump version: 2.1.4 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa committed Jan 5, 2021
1 parent c9ff432 commit aeddbbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.4
current_version = 2.2.0
commit = True
tag = True

Expand Down
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.1.4</version>
<version>2.2.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.1.4'
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:2.2.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.1.4
version=2.2.0
group = com.ibm.watson.developer_cloud
watsonVersion = 9.0.2
springVersion = 5.1.13.RELEASE
Expand Down

0 comments on commit aeddbbe

Please sign in to comment.