diff --git a/CHANGELOG.md b/CHANGELOG.md index c8626083e..25025ce99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.13.2] - 2019-01-13 + ### Fixed - Static images were accidently no longer checked into the repository. diff --git a/client/package.json b/client/package.json index 6a5a4fbeb..1267a919c 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "planarally-client", - "version": "0.13.1", + "version": "0.13.2", "description": "A companion tool for when you travel into the planes.", "scripts": { "serve": "vue-cli-service serve", diff --git a/server/VERSION b/server/VERSION index ed0d9e990..3f8dcd03d 100644 --- a/server/VERSION +++ b/server/VERSION @@ -1 +1 @@ -0.13.1 \ No newline at end of file +0.13.2 \ No newline at end of file