Skip to content

Commit

Permalink
update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Oct 7, 2012
1 parent 3876cec commit 820261e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}

version = '1.1-SNAPSHOT'
version = '1.1'
group = 'co.freeside'
archivesBaseName = 'betamax'

Expand Down
2 changes: 1 addition & 1 deletion examples/grails-betamax/grails-app/conf/BuildConfig.groovy
Expand Up @@ -21,7 +21,7 @@ grails.project.dependency.resolution = {
compile("org.codehaus.groovy.modules.http-builder:http-builder:0.5.1") {
excludes "groovy", "xml-apis"
}
test 'co.freeside:betamax:1.1-SNAPSHOT'
test 'co.freeside:betamax:1.1'
test "org.codehaus.geb:geb-spock:$gebVersion"
test("org.seleniumhq.selenium:selenium-htmlunit-driver:$seleniumVersion") {
exclude "xml-apis"
Expand Down

0 comments on commit 820261e

Please sign in to comment.