Skip to content

Commit aa09634

Browse files
committed
Introduced version 1.1
1 parent 4099462 commit aa09634

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To configure your Maven project, add the following code to your pom.xml file:
1717
<dependency>
1818
<groupId>com.github.javadev</groupId>
1919
<artifactId>underscore-kotlin</artifactId>
20-
<version>1.0</version>
20+
<version>1.1</version>
2121
</dependency>
2222
...
2323
</dependencies>
@@ -26,7 +26,7 @@ To configure your Maven project, add the following code to your pom.xml file:
2626
Gradle configuration:
2727

2828
```groovy
29-
implementation 'com.github.javadev:underscore-kotlin:1.0'
29+
implementation 'com.github.javadev:underscore-kotlin:1.1'
3030
```
3131

3232
### Usage

pom-central.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0</version>
7+
<version>1.1</version>
88
<name>kotlin port of Underscore.js</name>
99
<description>The kotlin port of Underscore.js</description>
1010
<url>https://github.com/kotlindev/underscore-kotlin</url>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1-SNAPSHOT</version>
88
<name>kotlin port of Underscore.js</name>
99
<description>The kotlin port of Underscore.js</description>
1010
<url>https://github.com/kotlindev/underscore-kotlin</url>

0 commit comments

Comments
 (0)