Skip to content

Commit f06ad51

Browse files
author
jacob-tabak
committed
prepare for next release
1 parent 5b7134f commit f06ad51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ext {
2323
buildToolsVersion = '22.0.1'
2424
targetSdkVersion = 22
2525
minSdkVersion = 14
26-
versionCode = 10
27-
versionName = "0.4.0"
26+
versionCode = 11
27+
versionName = "0.4.1"
2828
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.4.0
21-
VERSION_CODE=10
20+
VERSION_NAME=0.4.1
21+
VERSION_CODE=11
2222
GROUP=com.timehop.stickyheadersrecyclerview
2323

2424
POM_DESCRIPTION=RecyclerView decorator for sticky list headers.

0 commit comments

Comments
 (0)