Skip to content

Commit

Permalink
Changed version numbers to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Oct 7, 2014
1 parent 213d138 commit a21003a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog:

### Versions:
* **1.1.0** - New @SaveInstance annotation to automatically save and restore variables on configuration changes.
* **1.0.4** - Fixed bug in @InjectViews annotation which didn't recognize "List" as a valid container.
* **1.0.3** - Fixed bug in ``@OnLongClick`` annotation.
* **1.0.2** - Fixed bug that prevented anything but an Activity from injection. Disabled type checking for auto-generated methods, so users won't have to type ``@CompileStatic(TypeCheckingMethod.SKIP)``.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Once your project App Module is configured to use Groovy you can add this librar
```groovy
dependencies {
...
compile 'com.arasthel:swissknife:1.0.4'
compile 'com.arasthel:swissknife:1.1.0'
...
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.4
VERSION_CODE=5
VERSION_NAME=1.1.0
VERSION_CODE=6
GROUP=com.arasthel

POM_DESCRIPTION=Android library for View Injection and Async processing
Expand Down

0 comments on commit a21003a

Please sign in to comment.