Skip to content

Commit

Permalink
Fix version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrice committed Dec 11, 2014
1 parent db82f4a commit 2815bf8
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "zdk-calendar",
"version": "0.2.4",
"authors": [
"Fabrice <[email protected]>"
],
"description": "A Small calendar component",
"keywords": [
"calendar",
"polymer",
"web-components",
"component"
],
"license": "MIT",
"homepage": "https://github.com/zedesk/zdk-calendar",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"momentjs": "~2.8.3",
"polymer": "Polymer/polymer#~0.5.1",
"core-icon": "Polymer/core-icon#~0.5.1",
"core-iconset-svg": "Polymer/core-iconset-svg#~0.5.1",
"core-icons": "polymer/core-icons#~0.5.1"
}
"name": "zdk-calendar",
"version": "0.2.5",
"authors": [
"Fabrice <[email protected]>"
],
"description": "A Small calendar component",
"keywords": [
"calendar",
"polymer",
"web-components",
"component"
],
"license": "MIT",
"homepage": "https://github.com/zedesk/zdk-calendar",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"momentjs": "~2.8.3",
"polymer": "Polymer/polymer#~0.5.1",
"core-icon": "Polymer/core-icon#~0.5.1",
"core-iconset-svg": "Polymer/core-iconset-svg#~0.5.1",
"core-icons": "polymer/core-icons#~0.5.1"
}
}

0 comments on commit 2815bf8

Please sign in to comment.