Skip to content

Commit

Permalink
Release v1.0.2 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinruder authored May 24, 2023
1 parent 9992f74 commit ca57b78
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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 to help explain your problem.

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

- Version: [e.g. 1.0.1]
- Version: [e.g. 1.0.2]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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="1.0.1" \
org.opencontainers.image.version="1.0.2" \
org.opencontainers.image.created=$BUILD_DATE
ENV NODE_ENV production
WORKDIR /app
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": "1.0.1",
"version": "1.0.2",
"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": "1.0.1",
"version": "1.0.2",
"title": "Rating Tracker Backend",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/openapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const openapiDocument: OpenAPIV3.Document = {
openapi: "3.0.0",
info: {
title: "Rating Tracker Backend",
version: "1.0.1",
version: "1.0.2",
contact: {
name: "Marvin A. Ruder",
email: "ratingtracker@mruder.dev",
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": "1.0.1",
"version": "1.0.2",
"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": "1.0.1",
"version": "1.0.2",
"title": "Rating Tracker Frontend",
"author": {
"name": "Marvin A. Ruder",
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 = "1.0.1"
version = "1.0.2"
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 ca57b78

Please sign in to comment.