Skip to content

Commit

Permalink
version dump
Browse files Browse the repository at this point in the history
  • Loading branch information
techird committed Nov 17, 2014
1 parent 5db66dd commit 35145a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kityminder",
"title": "kityminder",
"description": "Kity Minder",
"version": "1.3.3",
"version": "1.3.4",
"homepage": "https://github.com/fex-team/kityminder",
"author": {
"name": "f-cube @ FEX",
Expand Down
2 changes: 1 addition & 1 deletion src/core/kityminder.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var KityMinder = window.KM = window.KityMinder = function() {
instanceId = 0,
uuidMap = {};
return {
version: '1.3.3',
version: '1.3.4',
uuid: function(name) {
name = name || 'unknown';
uuidMap[name] = uuidMap[name] || 0;
Expand Down

0 comments on commit 35145a1

Please sign in to comment.