Skip to content

Commit 17aeecd

Browse files
committed
0.1.7
1 parent d8fa590 commit 17aeecd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323

2424
```
2525
dependencies {
26-
compile 'com.github.anthill-platform:anthill-runtime-java:0.1.6'
26+
compile 'com.github.anthill-platform:anthill-runtime-java:0.1.7'
2727
}
2828
```
2929

@@ -46,6 +46,6 @@ dependencies {
4646
<dependency>
4747
<groupId>com.github.anthill-platform</groupId>
4848
<artifactId>anthill-runtime-java</artifactId>
49-
<version>0.1.6</version>
49+
<version>0.1.7</version>
5050
</dependency>
5151
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<groupId>com.github.anthill-platform</groupId>
1111
<artifactId>anthill-runtime-java</artifactId>
1212
<packaging>jar</packaging>
13-
<version>0.1.6</version>
13+
<version>0.1.7</version>
1414

15-
<name>OnlileLib</name>
15+
<name>Anthill Java Runtime</name>
1616
<description>Java Runtime for Anthill Platform</description>
1717
<url>https://github.com/anthill-platform/anthill-runtime-java</url>
1818
<issueManagement>

0 commit comments

Comments
 (0)