Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 1, 2023
1 parent 9e8cf7c commit 7186f52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Unreleased

### 0.1.0

* Initial release with basic functionality
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
signalman (0.0.1)
signalman (0.1.0)
rails (>= 7.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/signalman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Signalman
VERSION = "0.0.1"
VERSION = "0.1.0"
end

0 comments on commit 7186f52

Please sign in to comment.