Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Bump up version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
juankysoriano committed Dec 18, 2015
1 parent 955b98b commit 4eb7957
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 @@ -18,7 +18,7 @@ repositories {
}
dependencies {
compile 'com.novoda:sexp:1.0.4'
compile 'com.novoda:sexp:1.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sexp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

group = 'com.novoda'
version = '1.0.4'
version = '1.0.5'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 4eb7957

Please sign in to comment.