Skip to content

Commit

Permalink
Bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reiz committed Feb 20, 2016
1 parent 8416f2f commit 6e50db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ This is the VersionEye SBT Plugin for scala projects. This project is under cons
Add to your `project/plugins.sbt` the plugin:

```
addSbtPlugin("com.versioneye" % "sbt-versioneye-plugin" % "0.1.1")
addSbtPlugin("com.versioneye" % "sbt-versioneye-plugin" % "0.2.0")
```

Compile it:
Compile it:

```
sbt compile
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sbtPlugin := true
organization := "com.versioneye"
name := "sbt-versioneye-plugin"
version := "0.2.0-SNAPSHOT"
version := "0.2.0"
organizationHomepage := Some(new URL("https://www.versioneye.com"))
description := "This is the sbt plugin for https://www.VersionEye.com. It allows you to create and update a project at VersionEye. You can find a complete documentation of this project on GitHub: https://github.com/versioneye/versioneye_sbt_plugin."
startYear := Some(2015)
Expand Down

0 comments on commit 6e50db2

Please sign in to comment.