Skip to content

Commit 06ab9a3

Browse files
authored
Release v6.0.1 (#1619)
Signed-off-by: Marvin A. Ruder <[email protected]>
1 parent 9b6d160 commit 06ab9a3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.devcontainer/motd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
΅΅΅ ΅ΨΪΈώ
1515
ΫΆ΅
1616

17-
Welcome to Rating Tracker v6.0.0 development container!
17+
Welcome to Rating Tracker v6.0.1 development container!
1818

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots and log snippets to help explain your problem.
2525

2626
**Environment (please complete the following information):**
2727

28-
- Version: [e.g. 6.0.0]
28+
- Version: [e.g. 6.0.1]
2929
- OS: [e.g. iOS]
3030
- Browser: [e.g. Chrome, Safari]
3131

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ LABEL \
270270
org.opencontainers.image.source="https://github.com/marvinruder/rating-tracker" \
271271
org.opencontainers.image.vendor="Marvin A. Ruder" \
272272
org.opencontainers.image.licenses="MIT" \
273-
org.opencontainers.image.version="6.0.0" \
273+
org.opencontainers.image.version="6.0.1" \
274274
org.opencontainers.image.created=$BUILD_DATE
275275

276276
# Define health check

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/monorepo",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"title": "Rating Tracker Monorepo",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/backend",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"title": "Rating Tracker Backend",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/commons",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"title": "Rating Tracker Common Types and Utilities",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/frontend",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"title": "Rating Tracker Frontend",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Marvin A. Ruder <[email protected]>"
66
],
77
"description": "A collection of utilities written in Rust and compiled to WebAssembly",
8-
"version": "6.0.0",
8+
"version": "6.0.1",
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",

wasm/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
authors = ["Marvin A. Ruder <[email protected]>"]
55
description = "A collection of utilities written in Rust and compiled to WebAssembly"
66
license = "MIT"

0 commit comments

Comments
 (0)