Skip to content

Commit 122bd59

Browse files
committed
Bump version to 0.5.0.
1 parent 0cc2720 commit 122bd59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcgriddle",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "A get-out-of-your-way Sass grid library. Supports flexbox.",
55
"homepage": "https://jonsuh.com/mcgriddle",
66
"license": "MIT",

lib/mcgriddle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module McGriddle
2-
VERSION = "0.4.2"
2+
VERSION = "0.5.0"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcgriddle",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "A get-out-of-your-way Sass grid library. Supports flexbox.",
55
"homepage": "https://jonsuh.com/mcgriddle",
66
"license": "MIT",

0 commit comments

Comments
 (0)