Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Jan 11, 2019
1 parent e556304 commit 8cc74cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2019-01-11
### Added
- Store form temporary state
### Changed
Expand All @@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Storage encryption
- Docs

[Unreleased]: https://github.com/adshares/ads-browser-wallet/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/adshares/ads-browser-wallet/compare/v0.1.1...HEAD

[0.1.1]: https://github.com/adshares/ads-browser-wallet/releases/tag/v0.1.1
[0.1.0]: https://github.com/adshares/ads-browser-wallet/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion chrome/manifest.dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ADS Wallet",
"version": "0.1.0",
"version": "0.1.1",
"description": "Secure identity vault for Adshares network.",
"author": "https://adshares.net/",
"permissions": [ "storage", "unlimitedStorage" ],
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ADS Wallet",
"version": "0.1.0",
"version": "0.1.1",
"description": "Secure identity vault for Adshares network.",
"author": "https://adshares.net/",
"permissions": [ "storage", "unlimitedStorage" ],
Expand Down
2 changes: 1 addition & 1 deletion dev/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ADS Wallet",
"version": "0.1.0",
"version": "0.1.1",
"description": "Secure identity vault for Adshares network.",
"author": "https://adshares.net/",
"permissions": [ "storage", "unlimitedStorage" ],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ads-browser-wallet",
"version": "0.1.0",
"version": "0.1.1",
"description": "Secure identity vault for Adshares network.",
"private": true,
"author": "Adshares <[email protected]>",
Expand Down

0 comments on commit 8cc74cc

Please sign in to comment.