Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Sep 29, 2016
1 parent 4daf1ae commit 0b7ad1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libraryDependencies += "com.github.japgolly.nyaya" %%% "nyaya-test" % "0.7.0" %
<br>
#### Doc
* [Features in more detail](doc/FEATURES.md).
* [Changelog](doc/changelog/0.7.0.md).
* [Changelogs](doc/changelog/).

<br>
#### Requires:
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Nyaya extends Build {
CDS.all(
_.settings(
organization := "com.github.japgolly.nyaya",
version := "0.7.3-SNAPSHOT",
version := "0.7.3",
homepage := Some(url("https://github.com/japgolly/nyaya")),
licenses += ("LGPL v2.1+" -> url("http://www.gnu.org/licenses/lgpl-2.1.txt")),
scalaVersion := Scala211,
Expand Down

0 comments on commit 0b7ad1f

Please sign in to comment.