From f58c15ab4c749820d0ecdb9ec87da5aff7277e90 Mon Sep 17 00:00:00 2001 From: mikedeboer Date: Mon, 18 Oct 2010 15:12:22 +0200 Subject: [PATCH] bumped version and added ChangeLog --- ChangeLog | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000000..a926b1485da --- /dev/null +++ b/ChangeLog @@ -0,0 +1,15 @@ +2010.10.18, Version 0.1.0 + +* Jump to File plugin added + +* Search in Files/ Project plugin added + +* Goto Line plugin improved + +* Quicksearch plugin added + +* Run Configuration plugin added + +* Editor Javascript syntax highlighting improved + +* Bugfixes \ No newline at end of file diff --git a/package.json b/package.json index a7cef25eb11..d99a3f3d237 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloud9", "description": "Ajax.org Cloud9 IDE", - "version": "0.0.8", + "version": "0.1.0", "homepage" : "http://github.com/ajaxorg/cloud9", "engines": {"node": ">= 0.2.0"}, "author": "Ajax.org B.V. ",