Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 20, 2024
1 parent 8f999f0 commit 36bd847
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Amalgalite Changelog
## Version 1.9.5 - 2024-03-XX
* Update to SQLite 3.45.2
## Version 1.9.5 - 2024-11-15
* Update to SQLite 3.47.0

## Version 1.9.4 - 2024-03-03
* Update to SQLite 3.45.1
Expand Down
4 changes: 2 additions & 2 deletions amalgalite.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# DO NOT EDIT - This file is automatically generated
# Make changes to Manifest.txt and/or Rakefile and regenerate
# -*- encoding: utf-8 -*-
# stub: amalgalite 1.9.4 ruby lib
# stub: amalgalite 1.9.5 ruby lib
# stub: ext/amalgalite/c/extconf.rb

Gem::Specification.new do |s|
s.name = "amalgalite".freeze
s.version = "1.9.4".freeze
s.version = "1.9.5".freeze

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down
2 changes: 1 addition & 1 deletion lib/amalgalite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#++

module Amalgalite
VERSION = "1.9.4"
VERSION = "1.9.5"
end

0 comments on commit 36bd847

Please sign in to comment.