Skip to content

Commit

Permalink
Update README.md (#38)
Browse files Browse the repository at this point in the history
* Update README.md

* Bump version

* Bump version
  • Loading branch information
armandfardeau authored Nov 24, 2022
1 parent 8a36090 commit 964a091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-spam_detection (2.0.0)
decidim-spam_detection (2.0.1)
decidim-core (~> 0.26)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All reports and blocks are made like regular Decidim ones.
Add this line to your application's Gemfile:

```ruby
gem "decidim-spam_detection", git: "https://github.com/OpenSourcePolitics/decidim-spam_detection.git"
gem "decidim-spam_detection"
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/spam_detection/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Decidim
# This holds the decidim-spam_detection version.
module SpamDetection
def self.version
"2.0.0"
"2.0.1"
end

def self.decidim_version
Expand Down

0 comments on commit 964a091

Please sign in to comment.