Skip to content

Commit 4f2953a

Browse files
committed
release spa-server v1.2.4, spa-client v0.1.1
1 parent c115c77 commit 4f2953a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spa-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["timzaak"]
66
license = "MIT"

doc/Roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Now there is no real roadmap for v1.3.x, need users.
99
- [ ] test integrate, and add ci to run it
1010

1111
### Version 1.2.4(client:v0.2.0)
12-
- [ ] release commandline of spa-client for mac/ios/linux (by GitHub Actions), put them with GitHub release page
12+
- [x] release commandline of spa-client for mac/ios/linux (by GitHub Actions), put them with GitHub release page
1313
- [x] fix possible bugs about uploading and spa-client(-js)
1414
- [x] build: release docker image by GitHubActions
1515
- [x] build: add docker image for spa-client

jsclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spa-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "node.js wrapper for spa-client",
55
"license": "MIT",
66
"repository": "https://github.com/timzaak/spa-server",

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spa-server"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
edition = "2021"
55
authors = ["timzaak"]
66
license = "MIT"

0 commit comments

Comments
 (0)