Skip to content

Commit

Permalink
Release v4.7.1 (#1307)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
  • Loading branch information
marvinruder committed May 18, 2024
1 parent c5c86c6 commit 422bed4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/motd
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
΅΅΅ ΅ΨΪΈώ
ΫΆ΅

Welcome to Rating Tracker v4.7.0 development container!
Welcome to Rating Tracker v4.7.1 development container!

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots and log snippets to help explain your problem.

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

- Version: [e.g. 4.7.0]
- Version: [e.g. 4.7.1]
- OS: [e.g. iOS]
- Browser: [e.g. Chrome, Safari]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ LABEL \
org.opencontainers.image.source="https://github.com/marvinruder/rating-tracker" \
org.opencontainers.image.vendor="Marvin A. Ruder" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="4.7.0" \
org.opencontainers.image.version="4.7.1" \
org.opencontainers.image.created=$BUILD_DATE

# Define health check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/monorepo",
"version": "4.7.0",
"version": "4.7.1",
"title": "Rating Tracker Monorepo",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/backend",
"version": "4.7.0",
"version": "4.7.1",
"title": "Rating Tracker Backend",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/commons",
"version": "4.7.0",
"version": "4.7.1",
"title": "Rating Tracker Common Types and Utilities",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/frontend",
"version": "4.7.0",
"version": "4.7.1",
"title": "Rating Tracker Frontend",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Marvin A. Ruder <ratingtracker@mruder.dev>"
],
"description": "A collection of utilities written in Rust and compiled to WebAssembly",
"version": "4.7.0",
"version": "4.7.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion wasm/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 wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm"
version = "4.7.0"
version = "4.7.1"
authors = ["Marvin A. Ruder <ratingtracker@mruder.dev>"]
description = "A collection of utilities written in Rust and compiled to WebAssembly"
license = "MIT"
Expand Down

0 comments on commit 422bed4

Please sign in to comment.