Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jan 14, 2021
1 parent e385027 commit 4215216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ homepage only).
Add this line to your application's Gemfile:

```ruby
gem "decidim-navigation_maps", "~> 1.1.0"
gem "decidim-navigation_maps", "~> 1.1.1"
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/navigation_maps/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Decidim
# This holds the decidim-meetings version.
module NavigationMaps
VERSION = "1.1.0"
VERSION = "1.1.1"
DECIDIM_VERSION = [">= 0.22", "< 0.24"].freeze
end
end

0 comments on commit 4215216

Please sign in to comment.