Skip to content

Commit

Permalink
new version is 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Jul 17, 2010
1 parent c44630b commit ff7a5e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To use the plugin in a project, you just need to create project/plugins/Plugins.

import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.4.2"
val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.5.0
}

and make the project definition in project/build/Project (for example):
Expand Down
2 changes: 1 addition & 1 deletion notes/0.5.0.markdown
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* `TypedResources` trait processes layout definitions to generate typed resource references in a Scala source file
* `TypedResources` trait processes layout definitions to generate typed resource references in a Scala source file
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
project.name=sbt-android-plugin
project.organization=org.scala-tools.sbt
sbt.version=0.7.4
project.version=0.5.0-SNAPSHOT
project.version=0.5.0
def.scala.version=2.7.7
build.scala.versions=2.7.7
2 changes: 1 addition & 1 deletion script/create_project
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ val pluginDef = """
|import sbt._
|
|class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
| val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.4.2"
| val android = "org.scala-tools.sbt" % "sbt-android-plugin" % "0.5.0"
|}""".stripMargin.trim

val projectDef = """
Expand Down

0 comments on commit ff7a5e1

Please sign in to comment.