Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Sep 3, 2016
1 parent 329bec0 commit f4ea4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog/2.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.1.0 (unreleased)
# 2.1.0

* FocusCollection:
* Renamed `.map(C[A] => D[B])` to `.mapColl` and removed the `Display` typeclass constraint.
Expand Down
2 changes: 1 addition & 1 deletion project/TestState.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object TestState {
val commonSettings = ConfigureBoth(
_.settings(
organization := "com.github.japgolly.test-state",
version := "2.1.0-SNAPSHOT",
version := "2.1.0",
homepage := Some(url("https://github.com/japgolly/" + ghProject)),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Ver.Scala211,
Expand Down

0 comments on commit f4ea4f7

Please sign in to comment.