Skip to content

Commit

Permalink
Merge pull request #17 from 47deg/bumps-initial-release-version
Browse files Browse the repository at this point in the history
Bumps initial release version
  • Loading branch information
juanpedromoreno authored Sep 12, 2016
2 parents 75b9ea7 + 3ab0bea commit cceadf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem install jekyll

Add plugin in `project/plugins.sbt`:
```
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "1.0.1-SNAPSHOT")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.1.0")
```

Enable the plugin in `build.sbt`:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ lazy val artifactSettings = Seq(
name := "sbt-microsites",
organization := "com.fortysevendeg",
organizationName := "47 Degrees",
homepage := Option(url("http://47deg.github.io/sbt-microsites/")),
organizationHomepage := Some(new URL("http://47deg.com")),
headers := Map(
"scala" -> Apache2_0("2016", "47 Degrees, LLC. <http://www.47deg.com>")
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.0-SNAPSHOT"
version in ThisBuild := "0.1.0"

0 comments on commit cceadf8

Please sign in to comment.