Skip to content

Commit 67477c8

Browse files
author
Brad Berger
committed
Updates version
1 parent 5d53469 commit 67477c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/angular-material-calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
angular.module("materialCalendar", ["ngMaterial", "ngSanitize"]);
22

33
angular.module("materialCalendar").constant("config", {
4-
version: "0.2.9",
4+
version: "0.2.10",
55
debug: document.domain.indexOf("localhost") > -1
66
});
77

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
<main class="mdl-layout__content">
3535
<div class="container text-center">
36-
<h1 class="text--bold-shadow mdl-typography--display-4">Angular Material Calendar <small>v0.2.9</small></h1>
36+
<h1 class="text--bold-shadow mdl-typography--display-4">Angular Material Calendar <small>v0.2.10</small></h1>
3737
<h3 class="text--bold-shadow mdl-typography--display-2">Flexible calendar directive for the Angular Material framework</h3>
3838
<a href="https://github.com/bradberger/angular-material-calendar/archive/master.zip" class="mdl-button mdl-button--large mdl-button--accent mdl-js-button mdl-button--raised mdl-js-ripple-effect">
3939
<i class="material-icons md-24">file_download</i>

0 commit comments

Comments
 (0)