Skip to content

Commit 554431e

Browse files
author
Brad Berger
committed
Updates version
1 parent 9dfd0e6 commit 554431e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.9
2+
3+
- Overhauls the way dates/weeks are calculated, should be much more stable.
4+
15
## 0.2.8
26

37
- Fixes bug with incorrect use of one-time bindings, resulting in the

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-calendar",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"homepage": "https://github.com/bradberger/material-calendar",
55
"keywords": "angular material design calendar ngCalendar mdCalendar calendarMd calendar-md md-calendar ng-calendar",
66
"authors": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-calendar",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "A calendar directive for AngularJS and Angular Material Design",
55
"main": "gulpfile.js",
66
"scripts": {

website/index.html

+1-1
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.8</small></h1>
36+
<h1 class="text--bold-shadow mdl-typography--display-4">Angular Material Calendar <small>v0.2.9</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)