Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 2f7ac79

Browse files
committed
dot accessor fix
1 parent f09a6f2 commit 2f7ac79

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cola-script",
3-
"version": "0.8.24",
3+
"version": "0.8.25",
44
"homepage": "https://github.com/TrigenSoftware/ColaScript",
55
"authors": [
66
"Onoshko Dan"

lib/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<label for="is_meteor">meteor</label>
223223
<input type="checkbox" id="compressed" onclick="changeClass()">
224224
<label for="compressed">compressed</label>
225-
<span id="version">v0.8.24</span>
225+
<span id="version">v0.8.25</span>
226226
<span id="lenstat"></span>
227227
</div>
228228
</body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cola-script"
99
],
1010
"main": "tools/node.js",
11-
"version": "0.8.24",
11+
"version": "0.8.25",
1212
"engines": { "node" : ">=0.4.0" },
1313
"maintainers": [{
1414
"name": "Dan Onoshko (dangreen)",

0 commit comments

Comments
 (0)