Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 16, 2013
1 parent 8883e4f commit a90fbca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-calendar",
"version": "0.1.2",
"version": "0.1.3",
"description": "A complete AngularJS directive for the Arshaw FullCalendar.",
"author": "https://github.com/angular-ui/ui-calendar/graphs/contributors",
"license": "MIT",
Expand All @@ -24,4 +24,4 @@
"devDependencies": {
"angular-mocks": "~1.x"
}
}
}
2 changes: 1 addition & 1 deletion demo/calendarDemo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* calendarDemoApp - 0.1.2
* calendarDemoApp - 0.1.3
*/
angular.module('calendarDemoApp', ['ui.calendar']);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-calendar",
"version": "0.1.2",
"version": "0.1.3",
"description": "A complete AngularJS directive for the Arshaw FullCalendar.",
"author": "https://github.com/angular-ui/ui-calendar/graphs/contributors",
"license": "MIT",
Expand All @@ -17,4 +17,4 @@
"type": "git",
"url": "git://github.com/angular-ui/ui-calendar.git"
}
}
}

0 comments on commit a90fbca

Please sign in to comment.