Skip to content

Commit

Permalink
release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Oct 17, 2012
1 parent 5e0e39c commit 0fbfb13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}

version = '1.1.2-SNAPSHOT'
version = '1.1.2'
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.2-SNAPSHOT'
test 'co.freeside:betamax:1.1.2'
test "org.codehaus.geb:geb-spock:$gebVersion"
test("org.seleniumhq.selenium:selenium-htmlunit-driver:$seleniumVersion") {
exclude "xml-apis"
Expand Down
2 changes: 1 addition & 1 deletion src/docs/index.md
@@ -1,7 +1,7 @@
---
title: Home
layout: index
version: 1.1.1
version: 1.1.2
dev-version: 1.1.2-SNAPSHOT
---

Expand Down

0 comments on commit 0fbfb13

Please sign in to comment.