We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5babfbb commit e195c40Copy full SHA for e195c40
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## 3.2.0 - 04-09-2019
11
+
12
+### Added
13
14
+- Progressive Web App support ([#29])
15
16
## 3.1.0 - 07-08-2019
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "paper-wallet",
3
- "version": "3.1.0",
+ "version": "3.2.0",
4
"private": true,
5
"scripts": {
6
"build": "vue-cli-service build",
0 commit comments