Skip to content

Commit

Permalink
Bump to 0.2.0 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed May 5, 2022
1 parent 0d129e5 commit f1f0d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0
## 0.2.0 - 2022-05-05

* BREAKING: (core.)map moved as array.map, where it belongs

Expand Down
2 changes: 1 addition & 1 deletion lib/monolens/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Monolens
module Version
MAJOR = 0
MINOR = 1
MINOR = 2
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
Expand Down

0 comments on commit f1f0d51

Please sign in to comment.