Skip to content

Commit 086603b

Browse files
Fix version bump to 0.0.3 (patch version)
1 parent 1d080a2 commit 086603b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to Podkey will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.0] - 2024-12-XX
8+
## [0.0.3] - 2024-12-XX
99

1010
### Added
1111

@@ -50,4 +50,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050
- Trust management system
5151
- Storage abstraction layer
5252

53-
[0.1.0]: https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.2...v0.1.0
53+
[0.0.3]: https://github.com/JavaScriptSolidServer/podkey/compare/v0.0.2...v0.0.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> World-class Nostr wallet extension with Solid superpowers
44
5-
[![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](https://github.com/JavaScriptSolidServer/podkey/releases)
5+
[![Version](https://img.shields.io/badge/version-0.0.3-blue.svg)](https://github.com/JavaScriptSolidServer/podkey/releases)
66
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
77
[![NIP-07](https://img.shields.io/badge/NIP--07-compatible-purple.svg)](https://github.com/nostr-protocol/nips/blob/master/07.md)
88
[![Test Page](https://img.shields.io/badge/test--page-live-brightgreen)](https://javascriptsolidserver.github.io/podkey/test-page/)
@@ -341,4 +341,4 @@ MIT License - see [LICENSE](LICENSE) for details
341341

342342
**Made with 🔑 by the JavaScriptSolidServer team**
343343

344-
_Podkey v0.1.0 - Your keys, your identity, your data_
344+
_Podkey v0.0.3 - Your keys, your identity, your data_

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Podkey",
4-
"version": "0.1.0",
4+
"version": "0.0.3",
55
"description": "World-class Nostr wallet with Solid superpowers - your keys, your identity, your data",
66
"permissions": [
77
"storage",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "podkey",
3-
"version": "0.1.0",
3+
"version": "0.0.3",
44
"description": "World-class Nostr wallet extension with Solid superpowers - NIP-07 provider + auto-authentication",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)