Skip to content

Commit

Permalink
Version 1.0.0-M6.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Oct 18, 2018
1 parent a5493fd commit fa0ff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ir/src/main/scala/org/scalajs/ir/ScalaJSVersions.scala
Expand Up @@ -22,7 +22,7 @@ object ScalaJSVersions {
*/

/** Scala.js version. */
val current: String = "1.0.0-SNAPSHOT"
val current: String = "1.0.0-M6"

/** true iff the Scala.js version is a snapshot version. */
val currentIsSnapshot: Boolean = current endsWith "-SNAPSHOT"
Expand Down

3 comments on commit fa0ff83

@sjrd
Copy link
Member Author

@sjrd sjrd commented on fa0ff83 Oct 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sjrd
Copy link
Member Author

@sjrd sjrd commented on fa0ff83 Oct 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Full build
  • HTML test runners
  • Tagged source map tests

@sjrd
Copy link
Member Author

@sjrd sjrd commented on fa0ff83 Oct 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Publishing.

Please sign in to comment.