Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jan 12, 2019
1 parent a9e22ae commit 311c3d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in your project build.gradle file and

```groovy
dependencies {
compile 'com.github.markusressel:PageIndicatorView:v0.9.8'
compile 'com.github.markusressel:PageIndicatorView:v1.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
group = 'com.github.markusressel'

minSdkVersion = 14
versionName = "0.9.8"
versionName = "1.0.0"

compileSdkVersion = 28
targetSdkVersion = 28
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<string name="library_pageindicatorview_libraryName">PageIndicatorView</string>
<string name="library_pageindicatorview_libraryDescription">A small, simple, animated page indicator without the need for a ViewPager</string>
<string name="library_pageindicatorview_libraryWebsite">@string/library_pageindicatorview_repositoryLink</string>
<string name="library_pageindicatorview_libraryVersion">0.9.8</string>
<string name="library_pageindicatorview_libraryVersion">1.0.0</string>
<!-- OpenSource section -->
<string name="library_pageindicatorview_isOpenSource">true</string>
<string name="library_pageindicatorview_repositoryLink">https://github.com/markusressel/PageIndicatorView</string>
Expand Down

0 comments on commit 311c3d1

Please sign in to comment.