Skip to content

Commit

Permalink
release spa-server v1.2.4, spa-client v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Apr 2, 2022
1 parent c115c77 commit 4f2953a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spa-client"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["timzaak"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion doc/Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Now there is no real roadmap for v1.3.x, need users.
- [ ] test integrate, and add ci to run it

### Version 1.2.4(client:v0.2.0)
- [ ] release commandline of spa-client for mac/ios/linux (by GitHub Actions), put them with GitHub release page
- [x] release commandline of spa-client for mac/ios/linux (by GitHub Actions), put them with GitHub release page
- [x] fix possible bugs about uploading and spa-client(-js)
- [x] build: release docker image by GitHubActions
- [x] build: add docker image for spa-client
Expand Down
2 changes: 1 addition & 1 deletion jsclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spa-client",
"version": "0.1.0",
"version": "0.1.1",
"description": "node.js wrapper for spa-client",
"license": "MIT",
"repository": "https://github.com/timzaak/spa-server",
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spa-server"
version = "1.2.3"
version = "1.2.4"
edition = "2021"
authors = ["timzaak"]
license = "MIT"
Expand Down

0 comments on commit 4f2953a

Please sign in to comment.