Skip to content

Commit ced5b5f

Browse files
Bump Version
1 parent a149ddf commit ced5b5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

specs/Url-Shortener.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
},
604604
"description": "Create vanity or numeric short version of your desired URL. Share it digitally, as QR code, or print it.",
605605
"title": "SHI URL Shortener",
606-
"version": "0.0.4"
606+
"version": "0.0.5"
607607
},
608608
"openapi": "3.1.1",
609609
"paths": {

src/urlShortener/TypeScript/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.

src/urlShortener/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-url-shortener",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the URL Shortener application.",

0 commit comments

Comments
 (0)