Skip to content

Commit

Permalink
v0.46.0 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored Nov 8, 2024
1 parent a3617a2 commit 655c188
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## main
## v0.46.0

* Rails 8.0

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
eve_online (0.45.0)
eve_online (0.46.0)
activesupport (>= 7.1.0)
faraday (>= 2.3.0)

Expand Down Expand Up @@ -170,4 +170,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.21
2.5.23
2 changes: 1 addition & 1 deletion lib/eve_online/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EveOnline
VERSION = Gem::Version.new("0.45.0")
VERSION = Gem::Version.new("0.46.0")
end

0 comments on commit 655c188

Please sign in to comment.