Skip to content

Commit fd8e788

Browse files
Bump Version
1 parent 1af62c0 commit fd8e788

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

specs/Url-Shortener.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
},
635635
"description": "Create vanity or numeric short version of your desired URL. Share it digitally, as QR code, or print it.",
636636
"title": "SHI URL Shortener",
637-
"version": "1.0.0"
637+
"version": "1.0.1"
638638
},
639639
"openapi": "3.1.1",
640640
"paths": {

src/urlShortener/TypeScript/package-lock.json

Lines changed: 3 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": "1.0.0",
3+
"version": "1.0.1",
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)