Skip to content

Commit

Permalink
Create 0.4.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Aug 20, 2024
1 parent 247e821 commit 23a95f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:
uni_rails (0.4.1)
uni_rails (0.4.2)
rackup (~> 2.1)
rails (~> 7.1.0)
turbo-rails (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion assets/templates/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "bundler/inline"

gemfile do
source "https://www.rubygems.org"
gem "uni_rails", "0.4.1"
gem "uni_rails", "~> 0.4.0"
gem "sqlite3", "~> 1.7"
gem "byebug"
end
Expand Down
2 changes: 1 addition & 1 deletion lib/uni_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module UniRails
VERSION = "0.4.1"
VERSION = "0.4.2"
end

0 comments on commit 23a95f1

Please sign in to comment.