Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Change unreleased version to 0.1.0.beta1 #18

Merged
merged 2 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog
=========

## 0.1.0
## 0.1.0.beta1

* First release
* First internal release
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
super_spreader (0.1.0)
super_spreader (0.1.0.beta1)
activejob (~> 6.1)
activemodel (~> 6.1)
activerecord (~> 6.1)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
activesupport (>= 3.0.0)
ffi (1.15.5)
formatador (1.1.0)
globalid (1.0.0)
globalid (1.1.0)
activesupport (>= 5.0)
guard (2.18.0)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.0)
redis (4.8.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rspec (3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/super_spreader/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SuperSpreader
VERSION = "0.1.0"
VERSION = "0.1.0.beta1"
end