Skip to content

Commit c3564ba

Browse files
authored
Merge pull request #22 from sho-h/bump-version
Bump version to 0.2.1.
2 parents 5890fb3 + 3089889 commit c3564ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ And then execute:
1717
Or fetch and extract under Redmine's plugins directory.
1818

1919
```
20-
$ cd /path/to/redmine/plugins && curl -L https://github.com/sho-h/redmine_audit/archive/v0.2.0.tar.gz | tar x
20+
$ cd /path/to/redmine/plugins && curl -L https://github.com/sho-h/redmine_audit/archive/v0.2.1.tar.gz | tar x
2121
```
2222

2323
## Uninstallation

lib/redmine_audit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RedmineAudit
2-
VERSION = '0.2.0'
2+
VERSION = '0.2.1'
33
end

0 commit comments

Comments
 (0)