Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed May 4, 2024
1 parent fb4de53 commit 70e6b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## MOSAIK v0.0.1
## [MOSAIK v1.0.0][1.0.0]

Initial release

[1.0.0]: https://github.com/floriandejonckheere/mosaik/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions lib/mosaik/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module MOSAIK
module Version
MAJOR = 0
MAJOR = 1
MINOR = 0
PATCH = 1
PATCH = 0
PRE = nil

VERSION = [MAJOR, MINOR, PATCH].compact.join(".")
Expand Down

0 comments on commit 70e6b72

Please sign in to comment.