Skip to content

Commit

Permalink
commons csv version bump, release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Nov 3, 2014
1 parent 8a34364 commit ac51912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
compile 'org.marketcetera.fork:commons-csv:2.4.0'
compile 'org.marketcetera.fork:commons-csv:2.4.1'
compile 'org.jsoup:jsoup:1.8.1'
testCompile 'junit:junit:4.11'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project.ext {
VERSION_NAME=1.0.5-SNAPSHOT
VERSION_NAME=1.0.5
VERSION_CODE=1
GROUP=pl.droidsonroids.gradle.localization

Expand Down

0 comments on commit ac51912

Please sign in to comment.