Skip to content

Commit 6c41ba7

Browse files
committed
release server: v1.2.6 and client: v0.1.4
1 parent c9ba186 commit 6c41ba7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.1"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["timzaak"]
66
license = "MIT"

docker/S3FS.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMAGE=timzaak/spa-server
2-
ARG VERSION=1.2.5
2+
ARG VERSION=1.2.6
33

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

example/js-app-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"dotenv-cli": "^5.1.0",
16-
"spa-client": "^0.1.3"
16+
"spa-client": "^0.1.4"
1717
},
1818
"scripts": {
1919
"start": "react-scripts start",

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.3",
3+
"version": "0.1.4",
44
"description": "node.js wrapper for spa-client",
55
"main": "index.js",
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.5"
3+
version = "1.2.6"
44
edition = "2021"
55
authors = ["timzaak"]
66
license = "MIT"

0 commit comments

Comments
 (0)