Skip to content

Commit

Permalink
release server: v1.2.6 and client: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed May 11, 2022
1 parent c9ba186 commit 6c41ba7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.1"
version = "0.1.4"
edition = "2021"
authors = ["timzaak"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docker/S3FS.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=timzaak/spa-server
ARG VERSION=1.2.5
ARG VERSION=1.2.6

FROM ${BASE_IMAGE}:${VERSION} as Source

Expand Down
2 changes: 1 addition & 1 deletion example/js-app-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"dotenv-cli": "^5.1.0",
"spa-client": "^0.1.3"
"spa-client": "^0.1.4"
},
"scripts": {
"start": "react-scripts start",
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.3",
"version": "0.1.4",
"description": "node.js wrapper for spa-client",
"main": "index.js",
"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.5"
version = "1.2.6"
edition = "2021"
authors = ["timzaak"]
license = "MIT"
Expand Down

0 comments on commit 6c41ba7

Please sign in to comment.