Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit ef17d55

Browse files
committed
Upgrade the version.
1 parent 346750b commit ef17d55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ caching-compiler@1.0.0
1212
caching-html-compiler@1.0.2
1313
callback-hook@1.0.4
1414
check@1.0.6
15-
codefights:blaze-material-ui@0.1.12
15+
codefights:blaze-material-ui@0.1.13
1616
coffeescript@1.0.10
1717
ddp@1.2.2
1818
ddp-client@1.2.1

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'codefights:blaze-material-ui',
3-
version: '0.1.12',
3+
version: '0.1.13',
44
// Brief, one-line summary of the package.
55
summary: 'Material design components for blaze',
66
// URL to the Git repository containing the source code for this package.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blaze-material-ui",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "blaze components for material design",
55
"main": "Gulpfile.js",
66
"directories": {

0 commit comments

Comments
 (0)