Skip to content

Commit

Permalink
Bump to v0.2.1 (#27)
Browse files Browse the repository at this point in the history
* Bump to v0.2.1

* Update version in package.json
  • Loading branch information
fblupi authored Dec 10, 2024
1 parent 60cf66c commit f386a54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-centers (0.2.0)
decidim-centers (0.2.1)
decidim-core (>= 0.27.0, < 0.28)
deface (~> 1.9)

Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/centers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Decidim
# This holds the decidim-centers version.
module Centers
VERSION = "0.2.0"
VERSION = "0.2.1"
DECIDIM_VERSION = "0.27.4"
COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze
end
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decidim-module-centers",
"version": "0.1.0.dev",
"version": "0.2.1",
"description": "A decidim centers module",
"scripts": {
"lint": "eslint -c .eslintrc.json --ext .js app/packs/",
Expand Down

0 comments on commit f386a54

Please sign in to comment.