Skip to content

Commit 8d981e9

Browse files
committed
bump version
1 parent ada0d7d commit 8d981e9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020

2121
- Fixed to work with and make optional dependencies for sidekiq and railties. Confirmed as working with ruby >= 3.1.4
2222

23+
## [0.3.1-RC1] - 2023-12-29
24+
25+
- All internal restructuring/refactoring into domains.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
interactify (0.3.0.pre.RC1)
4+
interactify (0.3.1.pre.RC1)
55
activesupport (>= 6.0.0)
66
interactor
77
interactor-contracts

lib/interactify/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Interactify
4-
VERSION = "0.3.0-RC1"
4+
VERSION = "0.3.1-RC1"
55
end

0 commit comments

Comments
 (0)