Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Feb 2, 2018
1 parent 4f88daa commit 090998a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

[bumpversion:file:README.md]
[bumpversion:file:gradle.properties]

[bumpversion:file:gradle.properties]
search = {current_version}
replace = {new_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>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
or in your gradle `build.gradle`, in the dependencies stanza, add
```
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.0.1'
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.0.2'
```
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=0.0.1
version=0.0.2
group = com.ibm.watson.developer_cloud
watsonVersion = 4.2.1
springVersion = 4.3.12.RELEASE
Expand Down

0 comments on commit 090998a

Please sign in to comment.