Skip to content

Commit

Permalink
Prepare for 0.5.1 release (#63)
Browse files Browse the repository at this point in the history
* Bump trestle dependency to ~> 0.10.1

* Increment version to 0.5.1
  • Loading branch information
spohlenz authored Sep 27, 2024
1 parent 2ca4655 commit 6d6f3d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/trestle/search/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Trestle
module Search
VERSION = "0.5.0"
VERSION = "0.5.1"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trestle-search",
"version": "0.5.0",
"version": "0.5.1",
"description": "Search plugin for the Trestle admin framework",
"main": "index.scss",
"repository": "https://github.com/TrestleAdmin/trestle-search.git",
Expand Down
2 changes: 1 addition & 1 deletion trestle-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/TrestleAdmin/trestle-search"

spec.add_dependency "trestle", "~> 0.10.0"
spec.add_dependency "trestle", "~> 0.10.1"

spec.add_development_dependency "rspec-rails"
end

0 comments on commit 6d6f3d8

Please sign in to comment.