release v1.1.9

This commit is contained in:
nightwing 2015-04-03 13:43:18 +04:00
commit 8f686eb795
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
2015.04.03 Version 1.1.9
2014.11.08 Version 1.1.8

2
build

@ -1 +1 @@
Subproject commit a4e495d8901876c6bafe3870a35cb8e32c827e97
Subproject commit e3ccd2c654cf45ee41ffb09d0e7fa5b40cf91a8f

View file

@ -93,7 +93,7 @@ module.exports.generateSettingsMenu = function generateSettingsMenu (editor) {
});
var el = topmenu.appendChild(document.createElement('div'));
var version = "1.1.8";
var version = "1.1.9";
el.style.padding = "1em";
el.textContent = "Ace version " + version;

View file

@ -1,7 +1,7 @@
{
"name": "ace",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "1.1.8",
"version": "1.1.9",
"homepage": "http://github.com/ajaxorg/ace",
"engines": {"node": ">= 0.6.0"},
"author": "Fabian Jakobs <fabian@c9.io>",