Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Oct 26, 2024
1 parent bbbdd61 commit 81e9368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/literal/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Literal
VERSION = "0.2.1"
VERSION = "1.0.0.rc1"
end
4 changes: 2 additions & 2 deletions literal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Joel Drapper"]
spec.email = ["[email protected]"]

spec.summary = "A literal Ruby gem"
spec.description = ""
spec.summary = "A literal Ruby gem."
spec.description = "Enums, properties, generics, structured objects."
spec.homepage = "https://github.com/joeldrapper/literal"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1"
Expand Down

0 comments on commit 81e9368

Please sign in to comment.