Skip to content

Commit

Permalink
update reference to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan017 committed Mar 20, 2015
1 parent f975dba commit 2584fd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and load the required script into your html page
```
<script src="jquery.min.js"></script>
<script src="numeral.min.js"></script>
<script src="jquery-calx-2.0.3.min.js"></script>
<script src="jquery-calx-2.1.0.min.js"></script>
```

### Building from source
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jquery-calx",
"version": "2.0.5",
"version": "2.1.0",
"authors": [
"Ikhsan Agustian <ikhsan017@gmail.com>"
"Xsanisty Developer Team <developers@xsanisty.com>"
],
"repo": "xsanisty/jquery-calx",
"description": "jQuery plugin for building excel-formula based calculation form",
"main": "jquery-calx-2.0.4.min.js",
"scripts": ["jquery-calx-2.0.4.min.js"],
"main": "jquery-calx-2.1.0.min.js",
"scripts": ["jquery-calx-2.1.0.min.js"],
"moduleType": [
"globals"
],
Expand Down
2 changes: 1 addition & 1 deletion calx.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "jQuery Calx",
"description": "jQuery plugin for creating calculation form or calculation table with user provided formula",
"keywords": ["form", "calculator", "excel", "formula"],
"version": "2.0.6",
"version": "2.1.0",
"author": {
"name": "Ikhsan Agustian",
"url": "http://www.xsanisty.com/"
Expand Down

0 comments on commit 2584fd6

Please sign in to comment.