Skip to content

Commit 92b3c23

Browse files
committed
version: 3.0.3
1 parent 1ea399f commit 92b3c23

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "shrunk"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
# readme = "../README.md" # THIS HAS BEEN REPORTED TO THE POETRY DEVELOPMENT TEAM: https://github.com/python-poetry/poetry/issues/9488
55
description = "URL Shortener for Rutgers University"
66
repository = "https://github.com/oss/shrunk"

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shrunk",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Rutgers University URL Shortener",
55
"scripts": {
66
"dev": "parcel --public-url=/app/ src/index.html src/linkhub-loader.html",

0 commit comments

Comments
 (0)