Skip to content

Commit

Permalink
Release 0.3.1 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
densh committed Jun 29, 2017
1 parent 737eb06 commit 5dfe247
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

0.3.1 (June 29, 2017)
----------------------

`Read release notes for 0.3.1 on GitHub <https://github.com/scala-native/scala-native/releases/tag/v0.3.1>`_.

0.3.0 (June 15, 2017)
----------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3.0'
version = u'0.3.1'
# The full version, including alpha/beta/rc tags.
release = u'0.3.0'
release = u'0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/user/sbt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This includes:

* ``project/plugins.sbt`` to add a plugin dependency::

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.1")

* ``project/build.properties`` to specify the sbt version::

Expand Down
2 changes: 1 addition & 1 deletion nir/src/main/scala/scala/scalanative/nir/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ object Versions {
final val revision: Int = 3

/* Current public release version of Scala Native. */
final val current: String = "0.4.0-SNAPSHOT"
final val current: String = "0.3.1"
}

0 comments on commit 5dfe247

Please sign in to comment.