Skip to content

Commit f448d91

Browse files
committed
Release 0.1.5
1 parent 0da0ba7 commit f448d91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.1.4
1+
VERSION=0.1.5
22
NAME=pspk
33
GIT_REV?=$(shell git rev-parse --short HEAD)
44
LDFLAGS=-ldflags "-X main.Version=$(VERSION) -X main.Hash=$(GIT_REV) -X main.BuildDate=$(BUILD_DATE)"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ This service solve problem for persistent saving public key and send to recipien
1818
- [x] load public key by name
1919
- [x] share some encrypted data via one-time link
2020
- [ ] support other elliptic curve cryptography algorithms
21-
- [ ] ephemeral encryption via API method
21+
- [ ] ~ephemeral encryption via API method~
2222
- [ ] verification of signature by link
2323
- [ ] QR codes
2424
- [ ] simple cli tool
2525
- [ ] simple web-application
2626
- [ ] simple iOS client
2727
- [ ] simple android client
28-
- [ ] local http server to pspk API
28+
- [x] local http server to pspk API
2929

3030
## Model
3131

0 commit comments

Comments
 (0)