Skip to content

Commit 82a4504

Browse files
committed
Bumped version
1 parent 49eaede commit 82a4504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10
1+
VERSION=0.1.14
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This service solve problem for persistent saving public key and send to recipien
1717
- [x] QR codes
1818
- [ ] simple cli tool (WIP)
1919
- [x] simple web-application. See: https://freecontent.space
20-
- [ ] simple iOS client (thanks: @l-vitaly [library for ios](https://github.com/l-vitaly/pspk-ios))
20+
- [ ] simple iOS client (thanks: [l-vitaly](https://github.com/l-vitaly) for [library for ios](https://github.com/l-vitaly/pspk-ios))
2121
- [ ] simple android client
2222
- [x] local http server to pspk API
2323
- [ ] sdk for mobile clients

0 commit comments

Comments
 (0)