Skip to content

Commit

Permalink
upgrade to boo 0.9.7 and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Mar 25, 2013
1 parent 4f917e1 commit 1d96fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'idea'

allprojects {
group = 'unityscript'
version = '0.1.3'
version = '0.1.4'

repositories {
ivy { url 'http://unity-technologies.github.com/kaizen/repositories/unstable' }
Expand All @@ -28,12 +28,12 @@ configurations {
}

ext {
booVersion = '0.9.6'
booVersion = '0.9.7'
}

dependencies {
boo "boo:boo:$booVersion"
boo "boo:RetargetAssembly:0.2.0"
boo "boo:RetargetAssembly:0.2.1"
'default' project(':us'), project(':UnityScript'), project(':UnityScript.Lang')
}

Expand Down

0 comments on commit 1d96fb0

Please sign in to comment.