Skip to content

Commit 1bd4df6

Browse files
committed
update build
1 parent 8ed91c1 commit 1bd4df6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2015.10.28 Version 1.2.1
2+
3+
* new language modes
4+
- Swift
5+
- JSX
6+
17
2015.07.11 Version 1.2.0
28

39
* New Features

lib/ace/ext/menu_tools/generate_settings_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports.generateSettingsMenu = function generateSettingsMenu (editor) {
9393
});
9494

9595
var el = topmenu.appendChild(document.createElement('div'));
96-
var version = "1.2.0";
96+
var version = "1.2.1";
9797
el.style.padding = "1em";
9898
el.textContent = "Ace version " + version;
9999

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace",
33
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"homepage": "http://github.com/ajaxorg/ace",
66
"engines": {"node": ">= 0.6.0"},
77
"author": "Fabian Jakobs <[email protected]>",

0 commit comments

Comments
 (0)