Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iglaweb committed Aug 3, 2018
1 parent a3b91d6 commit b8b86ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Change Log
==========

Version 1.1.1 *(2018-03-30)*
Version 1.2 *(2018-08-03)*
----------------------------

* Fix api level compatibility
* Add new API to add click listener for cabin
* Add isAutoRotate attribute
* Use kotlin plugin version 1.2.60


Version 1.1.0 *(2018-03-24)*
----------------------------
Expand All @@ -24,4 +27,4 @@ Version 1.0.1 *(2018-03-16)*
Version 1.0.0 *(2018-03-02)*
----------------------------

Initial release.
Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
jcenter()
}
dependencies {
implementation 'ru.github.igla:ferriswheel:1.1.1'
implementation 'ru.github.igla:ferriswheel:1.2'
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>ru.github.igla</groupId>
<artifactId>ferriswheel</artifactId>
<version>1.1.1</version>
<version>1.2</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion ferriswheel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
groupId = 'ru.github.igla'
libraryName = 'Ferris-Wheel'
artifact = 'ferriswheel'
libraryVersion = '1.1.1'
libraryVersion = '1.2'
libraryDescription = 'Simple android library to present an animated ferris wheel'

siteUrl = 'https://github.com/iglaweb/Ferris-Wheel'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip

0 comments on commit b8b86ac

Please sign in to comment.