Skip to content

Commit 63ef58b

Browse files
committed
Bump version to 1.0.3
1 parent e41808f commit 63ef58b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## v1.0.3
6+
7+
### Fixed
8+
9+
* Fix responsive on mobile of the status popover
10+
511
## v1.0.2
612

713
### Fixed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'redmine'
22

3-
CHANGESET_STATUSES_VERSION = '0.0.1'
3+
CHANGESET_STATUSES_VERSION = '1.0.3'
44

55
Redmine::Plugin.register :redmine_changeset_statuses do
66
name 'Changeset Statuses'

0 commit comments

Comments
 (0)