Skip to content

Commit

Permalink
Version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Apr 19, 2024
1 parent 012f8f4 commit a554daf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
moneytostr
==========

[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/moneytostr?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/moneytostr/1.21)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/moneytostr?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/moneytostr/1.22)
[![Java CI](https://github.com/javadev/moneytostr/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/moneytostr/actions/workflows/maven.yml)
[![CodeQL](https://github.com/javadev/moneytostr/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/javadev/moneytostr/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/javadev/moneytostr-russian/badge.svg)](https://coveralls.io/r/javadev/moneytostr-russian)
Expand All @@ -18,13 +18,13 @@ Download [latest release](https://github.com/javadev/moneytostr/releases) or gra
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>moneytostr</artifactId>
 <version>1.21</version>
 <version>1.22</version>
</dependency>
```
or Gradle:

```groovy
implementation 'com.github.javadev:moneytostr:1.21'
implementation 'com.github.javadev:moneytostr:1.22'
```

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.21</version>
<version>1.22</version>
<name>moneytostr</name>
<description>The utility class to convert amount to words in Ukrainian/English/Russian languages</description>
<url>https://github.com/javadev/moneytostr</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.21-SNAPSHOT</version>
<version>1.22-SNAPSHOT</version>
<name>moneytostr</name>
<description>The utility class to convert amount to words in Ukrainian/English/Russian languages</description>
<properties>
Expand Down

0 comments on commit a554daf

Please sign in to comment.