Skip to content

Commit

Permalink
Fixing version pom
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermegps committed Jul 24, 2023
1 parent 34cbfc6 commit 267e2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This tool is an easy and safe way to create your personal identity on [Nostr](ht
- [x] Export private key to an encrypted file
- [x] Import an encrypted file with a private key
- [x] Enter entropy to complement key generation
- [] Support for basic key derivation from mnemonic seed phrase - [NIP06](https://github.com/nostr-protocol/nips/blob/master/06.md)
- [ ] Support for basic key derivation from mnemonic seed phrase - [NIP06](https://github.com/nostr-protocol/nips/blob/master/06.md)


## Building
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>secret-border</groupId>
<artifactId>secret-border</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<packaging>jar</packaging>

<name>Secret Border</name>
Expand Down

0 comments on commit 267e2da

Please sign in to comment.