File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ < h4 > 0.6.0 (20.08.2018)</ h4 >
2
+ < hr />
3
+ < ul >
4
+ < li > [!] Fix for exception when one of projects gets closed</ li >
5
+ </ ul >
1
6
< h4 > 0.5.0 (12.08.2018)</ h4 >
2
7
< hr />
3
8
< ul >
Original file line number Diff line number Diff line change 4
4
* [ -] Deleting functional
5
5
* [ \* ] Improvement
6
6
* [ !] Bug fixing
7
+
8
+ 0.6.0 (20.08.2018)
9
+ ====================
10
+ * [ !] Fix for exception when one of projects gets closed
7
11
8
12
0.5.0 (12.08.2018)
9
13
====================
Original file line number Diff line number Diff line change 1
1
### Jms-messenger
2
2
3
- #### Current version 0.5 .0
3
+ #### Current version 0.6 .0
4
4
5
5
#### Repository
6
6
[ https://github.com/klyashko/jms-messenger ] ( https://github.com/klyashko/jms-messenger )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
// noinspection GroovyAssignabilityCheck
6
6
group ' com.tool.plugins'
7
7
// noinspection GroovyAssignabilityCheck
8
- version ' 0.5 .0'
8
+ version ' 0.6 .0'
9
9
10
10
apply plugin : ' java'
11
11
You can’t perform that action at this time.
0 commit comments