From 023db0e866a01e09308e249519a81e5b3faffe6b Mon Sep 17 00:00:00 2001
From: shiraji
Date: Fri, 28 Apr 2017 14:48:05 +0900
Subject: [PATCH] Version bump
---
.travis/release | 0
CHANGELOG.md | 5 +++++
VERSION | 2 +-
src/main/resources/META-INF/plugin.xml | 5 +++--
4 files changed, 9 insertions(+), 3 deletions(-)
create mode 100644 .travis/release
diff --git a/.travis/release b/.travis/release
new file mode 100644
index 0000000..e69de29
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfad862..ec6a119 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+### [ver 1.4.2](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.2)
+
+* Add dependencies is old version #45
+* "Add PermissionsDispatcher dependencies" seems not working if Java file is open #49
+
### [ver 1.4.1](https://github.com/shiraji/permissions-dispatcher-plugin/releases/tag/1.4.1)
* Fix the problem with dependencies format #43
diff --git a/VERSION b/VERSION
index 4c021db..9df886c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.2-SNAPSHOT
+1.4.2
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 60a23df..3876be3 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -10,9 +10,10 @@
]]>
1.4.1
+ 1.4.2
- - Fix the problem with dependencies format #43
+ - Add dependencies is old version #45
+ - "Add PermissionsDispatcher dependencies" seems not working if Java file is open #49
Older version changes are listed on CHANGELOG.md
]]>