Skip to content

Commit

Permalink
version bump 🌝
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Sep 26, 2016
1 parent b3e2aab commit c3f4e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moonscript/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local version = "0.4.0"
local version = "0.5.0"
return {
version = version,
print_version = function()
Expand Down
2 changes: 1 addition & 1 deletion moonscript/version.moon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version = "0.4.0"
version = "0.5.0"

{
version: version,
Expand Down

0 comments on commit c3f4e51

Please sign in to comment.