Skip to content

Commit

Permalink
Bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 1, 2024
1 parent ba62978 commit 14d4c3e
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 = "1.0.0.rc1"
VERSION = "1.0.0"
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 = ["joel@drapper.me"]

spec.summary = "A literal Ruby gem."
spec.description = "Enums, properties, generics, structured objects."
spec.summary = "Enums, properties, generics, structured objects and runtime type checking."
spec.description = "A literal Ruby gem."
spec.homepage = "https://literal.fun"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1"
Expand Down

0 comments on commit 14d4c3e

Please sign in to comment.