Skip to content

Commit

Permalink
Update to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VerachadW committed Oct 8, 2015
1 parent 17c0358 commit eb49ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Preference as Properties for Kotlin Android.
##Installation
Add this line to your ```build.gradle```

compile "com.github.verachadw:kreference:0.3.0"
compile "com.github.verachadw:kreference:0.3.1"

##Features
- One line Preference item declaration
Expand Down
2 changes: 1 addition & 1 deletion kreference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/VerachadW/Kreference'
gitUrl = 'https://github.com/VerachadW/Kreference.git'

libraryVersion = '0.3.0'
libraryVersion = '0.3.1'

developerId = 'verachadw'
developerName = 'Verachad Wongsawangtham'
Expand Down

0 comments on commit eb49ca9

Please sign in to comment.