Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Nov 6, 2015
1 parent 202bdd9 commit 9e8c2c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.2] - 2015-11-07
### Fixed
- Add missing ngMessages

Expand All @@ -14,4 +16,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.1 - 2015-11-06

[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.1.0...HEAD
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.2.0...HEAD
[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.0.1...0.0.2
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var server = 'server';
Package.describe({
name: "mys:angular-formly-templates-material",
summary: "Material design templates for angular-formly",
version: "0.0.1",
version: "0.0.2",

documentation: 'README.md',
git: 'https://github.com/kamilkisiela/meteor-angular-formly-templates-material.git'
Expand Down

0 comments on commit 9e8c2c8

Please sign in to comment.