Skip to content

Commit

Permalink
Change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed May 31, 2021
1 parent abffae4 commit f7340b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Maven:
<dependency>
<groupId>com.github.iAmGio</groupId>
<artifactId>animated</artifactId>
<version>v0.0.2</version>
<version>v0.1.0</version>
</dependency>
```

Expand All @@ -29,7 +29,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.iAmGio:animated:v0.0.2'
implementation 'com.github.iAmGio:animated:v0.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.iamgio.animated</groupId>
<artifactId>animated</artifactId>
<version>0.0.2</version>
<version>0.1.0</version>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit f7340b7

Please sign in to comment.