Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Haoyi committed Mar 8, 2016
1 parent adf8af1 commit 41a9780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Constants.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package ammonite

object Constants{
val version = "0.5.6-SNAPSHOT"
val version = "0.5.6"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ While working on a arbitrary `xyz` subproject, `sbt ~xyz/test` runs tests after

- `git clean -xdf` to make sure you're building from a clean project
- Update the `project/Constants.scala` version number to the new version
- `sbt repl/assembly ++2.10.5 repl/assembly` to bundle the REPL as a standalone distribution
- `sbt ++2.11.7 repl/assembly ++2.10.5 repl/assembly` to bundle the REPL as a standalone distribution
- `sbt +published/publishLocal` or `sbt +published/publishSigned` is used for publishing.
- Create a new release on [https://github.com/lihaoyi/Ammonite/releases] and upload the two executables for 2.11.7 an 2.10.5, as well as the `shell/src/main/resources/ammonite/shell/example-predef.scala` file.
- Create short URLs for the 2.11.7 executable download and the `example-predef.scala` file and the readme code in `readme/Sample.scala` to use these short URLs
Expand Down

0 comments on commit 41a9780

Please sign in to comment.