Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Vilk committed Oct 30, 2016
1 parent 181c630 commit 0ae27ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doppio: A JVM in TypeScript v0.4.2
doppio: A JVM in TypeScript v0.5.0
==================================

[![Join the chat at https://gitter.im/plasma-umass/doppio](https://badges.gitter.im/plasma-umass/doppio.svg)](https://gitter.im/plasma-umass/doppio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand All @@ -24,12 +24,15 @@ Getting & Building the Code
---------------------------

Before attempting to build doppio, you must have the following installed:
* Node v4.0 or higher

* Node v6.0 or higher
* There is a bug that prevents you from compiling DoppioJVM with Node v4 and below.
* NPM package `grunt-cli` installed globally
* `npm install -g grunt-cli`
* Java 8 JDK

If you are on Windows, you will need the following installed:

* Git (must be on your PATH)
* Python (must be on your PATH)
* A version of Visual Studio
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "doppiojvm",
"version": "0.4.2",
"engine": "node >= 4.0.0",
"version": "0.5.0",
"engine": "node >= 6.0.0",
"license": "MIT",
"main": "dist/release/doppio.js",
"typings": "dist/typings/src/doppiojvm",
Expand Down

0 comments on commit 0ae27ea

Please sign in to comment.