Skip to content

Commit faea0f1

Browse files
committed
version
1 parent 5e227d2 commit faea0f1

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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>
16
<h4>0.5.0 (12.08.2018)</h4>
27
<hr/>
38
<ul>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* [-] Deleting functional
55
* [\*] Improvement
66
* [!] Bug fixing
7+
8+
0.6.0 (20.08.2018)
9+
====================
10+
* [!] Fix for exception when one of projects gets closed
711

812
0.5.0 (12.08.2018)
913
====================

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Jms-messenger
22

3-
#### Current version 0.5.0
3+
#### Current version 0.6.0
44

55
#### Repository
66
[https://github.com/klyashko/jms-messenger](https://github.com/klyashko/jms-messenger)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
//noinspection GroovyAssignabilityCheck
66
group 'com.tool.plugins'
77
//noinspection GroovyAssignabilityCheck
8-
version '0.5.0'
8+
version '0.6.0'
99

1010
apply plugin: 'java'
1111

0 commit comments

Comments
 (0)