We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5890fb3 + 3089889 commit c3564baCopy full SHA for c3564ba
README.md
@@ -17,7 +17,7 @@ And then execute:
17
Or fetch and extract under Redmine's plugins directory.
18
19
```
20
-$ cd /path/to/redmine/plugins && curl -L https://github.com/sho-h/redmine_audit/archive/v0.2.0.tar.gz | tar x
+$ cd /path/to/redmine/plugins && curl -L https://github.com/sho-h/redmine_audit/archive/v0.2.1.tar.gz | tar x
21
22
23
## Uninstallation
lib/redmine_audit/version.rb
@@ -1,3 +1,3 @@
1
module RedmineAudit
2
- VERSION = '0.2.0'
+ VERSION = '0.2.1'
3
end
0 commit comments