Skip to content

Commit

Permalink
Merge pull request #25 from atomicjolt/jb_version
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
jbasdf authored Nov 19, 2024
2 parents 79c8f0e + 02dbe7f commit 4e782a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
atomic_admin (0.1.0)
rails (~> 7.0)
atomic_admin (1.0.0)
rails (>= 7.0, < 9.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/atomic_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AtomicAdmin
VERSION = "0.2.0"
VERSION = "1.0.0"
end

0 comments on commit 4e782a2

Please sign in to comment.