aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-20 15:26:26 +0100
committerPatrick Spek <p.spek@tyil.nl>2018-03-20 15:26:26 +0100
commita6e456ae20d0a4b344f27d01157d0707f7b9a1db (patch)
treeae123e6110c35f9d23de8ce5893fe683fad57864
parent388cd97e37614a3e6ce3df4805c20aa4d4ef4efb (diff)
Bump version to 1.3.3v1.3.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--META6.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a93a14..cdc5b1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
-## [1.3.2] - 2018-03-20
+## [1.3.3] - 2018-03-20
### Added
- A CHANGELOG is now present to keep track of changes between versions
diff --git a/META6.json b/META6.json
index ae047bd..fc8a31f 100644
--- a/META6.json
+++ b/META6.json
@@ -29,5 +29,5 @@
"test-depends": [
"Test::META"
],
- "version": "1.3.2"
-} \ No newline at end of file
+ "version": "1.3.3"
+}