Skip to content

Commit

Permalink
Prepare for next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Jun 4, 2014
1 parent 49cf8e9 commit 3532f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subprojects {
apply from: '../mavenRelease.gradle'

group = "org.xtext"
version = "0.0.4"
version = "0.0.5"

repositories {
mavenCentral()
Expand All @@ -30,4 +30,4 @@ subprojects {

task createWrapper(type: Wrapper) {
gradleVersion = '1.12'
}
}

0 comments on commit 3532f83

Please sign in to comment.