Skip to content

Commit

Permalink
Merge pull request #10 from InflationX/jb/prepare-for-1.0
Browse files Browse the repository at this point in the history
Prepare for 1.0.0
  • Loading branch information
chrisjenx committed May 1, 2017
2 parents e822d31 + 9889127 commit 9df2961
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,4 +1,5 @@
#Changelog
# Changelog

## Version 1.0.0 *(2017-05-01)*

#0.1.0
- Initial Release
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,11 +9,11 @@ ViewPump installs a custom LayoutInflater via a ContextThemeWrapper and provides

### Dependency

Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=io/github/inflationx/viewpump/0.1.1-SNAPSHOT/viewpump-0.1.1-SNAPSHOT.aar) :
Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=io/github/inflationx/viewpump/1.0.0/viewpump-1.0.0.aar) :

```groovy
dependencies {
compile 'io.github.inflationx:viewpump:0.1.1-SNAPSHOT'
compile 'io.github.inflationx:viewpump:1.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,6 +1,6 @@
GROUP=io.github.inflationx
VERSION_NAME=0.1.1
VERSION_CODE=2
VERSION_NAME=1.0.0
VERSION_CODE=3

POM_PACKAGING=aar
POM_URL=https://github.com/InflationX/ViewPump
Expand Down

0 comments on commit 9df2961

Please sign in to comment.