release v1.1.9
This commit is contained in:
parent
6fad60f546
commit
8f686eb795
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
2015.04.03 Version 1.1.9
|
||||
|
||||
2014.11.08 Version 1.1.8
|
||||
|
||||
|
|
|
|||
2
build
2
build
|
|
@ -1 +1 @@
|
|||
Subproject commit a4e495d8901876c6bafe3870a35cb8e32c827e97
|
||||
Subproject commit e3ccd2c654cf45ee41ffb09d0e7fa5b40cf91a8f
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue