Skip to content

Commit

Permalink
version jump
Browse files Browse the repository at this point in the history
  • Loading branch information
Typhon0 committed Dec 17, 2018
1 parent 2724468 commit 70d6c65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Features:
### Gradle
```
dependencies {
compile 'io.github.typhon0:AnimateFX:1.2.0'
compile 'io.github.typhon0:AnimateFX:1.2.1'
}
```
### Maven
Expand All @@ -29,7 +29,7 @@ compile 'io.github.typhon0:AnimateFX:1.2.0'
<dependency>
<groupId>io.github.typhon0</groupId>
<artifactId>AnimateFX</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<type>pom</type>
</dependency>
```
Expand All @@ -42,7 +42,7 @@ repositories {
}
dependencies {
compile('group.id:animatefx:1.2.0-SNAPSHOT')
compile('group.id:animatefx:1.2.1-SNAPSHOT')
}
```

Expand All @@ -61,7 +61,7 @@ dependencies {
<dependency>
<groupId>io.github.typhon0</groupId>
<artifactId>AnimateFX</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion animatefx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
jcenter()
}

version = '1.2.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
version = '1.2.1' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
sourceCompatibility = 1.8

dependencies {
Expand Down

0 comments on commit 70d6c65

Please sign in to comment.