diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1be0173..74119cb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [1.3.0](https://github.com/gradido/gradido/compare/1.2.1...1.3.0) +#### [1.3.1](https://github.com/gradido/gradido/compare/1.2.1...1.3.1) - update code for correct transactions listening [`#725`](https://github.com/gradido/gradido/pull/725) - bugfix: change to new frontend passwort reset [`#724`](https://github.com/gradido/gradido/pull/724) diff --git a/frontend/package.json b/frontend/package.json index 76d2bef45..c80f164f8 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.3.0", + "version": "1.3.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 8726eb9ae..686968709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.3.0", + "version": "1.3.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",