Skip to content

Commit 9df2961

Browse files
authoredMay 1, 2017
Merge pull request #10 from InflationX/jb/prepare-for-1.0
Prepare for 1.0.0
2 parents e822d31 + 9889127 commit 9df2961

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Changelog
1+
# Changelog
2+
3+
## Version 1.0.0 *(2017-05-01)*
24

3-
#0.1.0
45
- Initial Release

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ViewPump installs a custom LayoutInflater via a ContextThemeWrapper and provides
99

1010
### Dependency
1111

12-
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) :
12+
Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=io/github/inflationx/viewpump/1.0.0/viewpump-1.0.0.aar) :
1313

1414
```groovy
1515
dependencies {
16-
compile 'io.github.inflationx:viewpump:0.1.1-SNAPSHOT'
16+
compile 'io.github.inflationx:viewpump:1.0.0'
1717
}
1818
```
1919

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=io.github.inflationx
2-
VERSION_NAME=0.1.1
3-
VERSION_CODE=2
2+
VERSION_NAME=1.0.0
3+
VERSION_CODE=3
44

55
POM_PACKAGING=aar
66
POM_URL=https://github.com/InflationX/ViewPump

0 commit comments

Comments
 (0)