Skip to content

Commit

Permalink
Merge pull request #102 from cquiroz/version-update
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
cquiroz authored Sep 20, 2017
2 parents 2505d0b + d21388b commit 08862e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
core/src/main/resources
core/.js
core/.jvm
core/.native
target/
.idea
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val downloadFromZip: TaskKey[Unit] =

val commonSettings: Seq[Setting[_]] = Seq(
cldrVersion := "31",
version := s"0.5.5-cldr${cldrVersion.value}",
version := s"0.5.6-cldr${cldrVersion.value}",
organization := "io.github.cquiroz",
scalaVersion := "2.11.11",
crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.3", "2.13.0-M2"),
Expand Down

0 comments on commit 08862e4

Please sign in to comment.