Skip to content

Commit

Permalink
Introduce version 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Jun 9, 2019
1 parent 30327c3 commit f6b93b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Download [latest release](https://github.com/javadev/moneytostr-russian/releases
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>moneytostr</artifactId>
 <version>1.17</version>
 <version>1.18</version>
</dependency>
```
or Gradle:

```groovy
dependencies {
...
 compile 'com.github.javadev:moneytostr:1.17'
 compile 'com.github.javadev:moneytostr:1.18'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>moneytostr</artifactId>
<packaging>jar</packaging>
<version>1.17</version>
<version>1.18</version>
<name>moneytostr</name>
<description>The utility class to convert amount to words in Russian/Ukrainian/English languages</description>
<url>https://github.com/javadev/moneytostr-russian</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github</groupId>
<artifactId>moneytostr</artifactId>
<packaging>jar</packaging>
<version>1.17-SNAPSHOT</version>
<version>1.18-SNAPSHOT</version>
<name>moneytostr</name>
<description>The utility class to convert amount to words in Russian/Ukrainian/English languages</description>
<properties>
Expand Down

0 comments on commit f6b93b1

Please sign in to comment.