Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris O'Meara committed Aug 16, 2016
1 parent e9c6dff commit 4c94f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ The RPM installs Pillar to /opt/pillar.

### Packages

Pillar is available at Maven Central under the GroupId com.chrisomeara and ArtifactId pillar_2.10 or pillar_2.11. The current version is 2.2.0.
Pillar is available at Maven Central under the GroupId com.chrisomeara and ArtifactId pillar_2.10 or pillar_2.11. The current version is 2.3.0.

#### sbt

libraryDependencies += "com.chrisomeara" % "pillar_2.10" % "2.2.0"
libraryDependencies += "com.chrisomeara" % "pillar_2.10" % "2.3.0"

#### Gradle

compile 'com.chrisomeara:pillar_2.10:2.2.0'
compile 'com.chrisomeara:pillar_2.10:2.3.0'

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project/PillarBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object PillarBuild extends Build {
libraryDependencies := dependencies,
name := "pillar",
organization := "com.chrisomeara",
version := "2.2.0",
version := "2.3.0",
homepage := Some(url("https://github.com/comeara/pillar")),
licenses := Seq("MIT license" -> url("http://www.opensource.org/licenses/mit-license.php")),
scalaVersion := "2.10.6",
Expand Down

0 comments on commit 4c94f34

Please sign in to comment.