Skip to content

Commit

Permalink
Bump version and update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
akozhemiakin committed Sep 28, 2016
1 parent 1fa4283 commit 6982d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ For now there is only one module available. You can use the following _sbt_ snip

```scala
libraryDependencies ++= Seq(
"ru.arkoit" %% "finchrich-controller" % "0.1.1"
"ru.arkoit" %% "finchrich-controller" % "0.1.2"
)
```

Expand All @@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies ++= Seq(
"ru.arkoit" %% "finchrich-controller" % "0.1.2-SHANPSHOT"
"ru.arkoit" %% "finchrich-controller" % "0.1.3-SNAPSHOT"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ lazy val versions = new {
}

lazy val commonSettings = Seq (
version := "0.1.2",
version := "0.1.3-SNAPSHOT",
organization := "ru.arkoit",
scalaVersion := versions.scala,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 6982d24

Please sign in to comment.