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

Commit 2cdacac

Browse files
author
Kamil Kisiela
committed
Update version
1 parent 269c8e7 commit 2cdacac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [0.5.0] - 2015-11-18
66
### Added
77
- multiple support for select field
88
- slider field with min, max, step and discrete options
@@ -56,7 +56,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5656

5757
## 0.0.1 - 2015-11-06
5858

59-
[Unreleased]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...HEAD
59+
[0.5.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.4.0...v0.5.0
6060
[0.4.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.3.0...v0.4.0
6161
[0.3.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.2.0...v0.3.0
6262
[0.2.0]: https://github.com/wieldo/angular-formly-templates-material/compare/v0.1.0...v0.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ md-theme attribute
103103

104104
**valueProp (string, optional)**
105105

106-
**multiple (boolean, optional**
106+
**multiple (boolean, optional)**
107107

108108
```javascript
109109
{

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var client = 'client';
33
Package.describe({
44
name: "wieldo:angular-formly-templates-material",
55
summary: "Material design templates for angular-formly",
6-
version: "0.4.0",
6+
version: "0.5.0",
77

88
documentation: 'README.md',
99
git: 'https://github.com/wieldo/angular-formly-templates-material.git'

0 commit comments

Comments
 (0)