Skip to content

Commit

Permalink
Bump version: 0.3.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed May 7, 2019
1 parent 0e0502a commit 55100ed
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 = 0.3.0
current_version = 1.0.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>0.3.0</version>
<version>1.0.0</version>
</dependency>
```

or in your gradle `build.gradle`, in the dependencies stanza, add
```
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.3.0'
compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:1.0.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=0.3.0
version=1.0.0
group = com.ibm.watson.developer_cloud
watsonVersion = 7.0.0
springVersion = 4.3.12.RELEASE
Expand Down

0 comments on commit 55100ed

Please sign in to comment.