Skip to content

Commit 52c4771

Browse files
Bump the version to 0.0.3-SNAPSHOT
1 parent 768848b commit 52c4771

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212
1313
dependencies {
14-
compile 'br.com.gamemods:region-manipulator:0.0.1'
14+
compile 'br.com.gamemods:region-manipulator:0.0.2'
1515
}
1616
```
1717

@@ -21,14 +21,14 @@ dependencies {
2121
<dependency>
2222
<groupId>br.com.gamemods</groupId>
2323
<artifactId>region-manipulator</artifactId>
24-
<version>0.0.1</version>
24+
<version>0.0.2</version>
2525
</dependency>
2626
</dependencies>
2727
```
2828

2929
### Ivy
3030
```xml
31-
<dependency org='br.com.gamemods' name='nbt-manipulator' rev='0.0.1'>
31+
<dependency org='br.com.gamemods' name='nbt-manipulator' rev='0.0.2'>
3232
<artifact name='region-manipulator' ext='jar' />
3333
</dependency>
3434
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'br.com.gamemods'
11-
version '0.0.2'
11+
version '0.0.3-SNAPSHOT'
1212

1313
sourceSets.main.java.srcDirs = ["src/main/kotlin"]
1414
sourceSets.test.java.srcDirs = ["src/main/kotlin"]

0 commit comments

Comments
 (0)