Skip to content

Commit d9fb44f

Browse files
committed
2.0.0
1 parent ab04759 commit d9fb44f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juicy-ace-editor",
3-
"version": "1.2.5",
3+
"version": "2.0.0",
44
"description": "Custom Element with Ace(http://ace.c9.io/) code editor",
55
"license": "MIT",
66
"main": "juicy-ace-editor.html",

juicy-ace-editor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Custom Element with Ace code editor
33
http://juicy.github.io/juicy-ace-editor/
4-
version: 1.2.5
4+
version: 2.0.0
55
@demo index.html
66
@license MIT
77
@author

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.5",
2+
"version": "2.0.0",
33
"private": true,
44
"devDependencies": {
55
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)