Skip to content

Commit bee1178

Browse files
committed
update the version to 0.13.0
1 parent c982a34 commit bee1178

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# salt-netapi-client
55

6-
Java bindings for the [Salt API](http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.12.0](http://suse.github.io/salt-netapi-client/docs/v0.12.0) or [master](http://suse.github.io/salt-netapi-client/docs/master).
6+
Java bindings for the [Salt API](http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.13.0](http://suse.github.io/salt-netapi-client/docs/v0.13.0) or [master](http://suse.github.io/salt-netapi-client/docs/master).
77

88
## How to use it
99

@@ -13,7 +13,7 @@ Add the following dependency to the `pom.xml` file of your project:
1313
<dependency>
1414
<groupId>com.suse.salt</groupId>
1515
<artifactId>salt-netapi-client</artifactId>
16-
<version>0.12.0</version>
16+
<version>0.13.0</version>
1717
</dependency>
1818
```
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.suse.salt</groupId>
55
<artifactId>salt-netapi-client</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.13.0-SNAPSHOT</version>
7+
<version>0.13.0</version>
88
<name>salt-netapi-client</name>
99
<url>https://github.com/SUSE/salt-netapi-client</url>
1010
<description>Java bindings for the Salt API</description>

0 commit comments

Comments
 (0)