Skip to content

Commit

Permalink
release 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton4 committed Dec 21, 2013
1 parent f3cef78 commit 1d01049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ever asked yourself which Editor you should choose? This is trying to answer tha

## Requirements

- a Unix / Windows Computer
- a Unix / Windows Computer (yes mac is unix)
- node.js
- the ability to start a node.js app

Expand Down
1 change: 1 addition & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ mkdir ../release/nodeMirror/lib

cp ../lib/nodeMirror.js ../release/nodeMirror/lib/
cp ../lib/terminal.js ../release/nodeMirror/lib/
cp ../lib/helpText.js ../release/nodeMirror/lib/
cp ../lib/pty-win ../release/nodeMirror/lib/ -R
cp ../bin/nodeMirror.js ../release/nodeMirror/bin/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-mirror",
"version": "0.1.15",
"version": "0.1.16",
"author": {
"name": "Matthias Behrens",
"email": "[email protected]"
Expand Down

0 comments on commit 1d01049

Please sign in to comment.