Skip to content

Commit 9013f60

Browse files
Bump Version
For initial SDK publish.
1 parent df2416f commit 9013f60

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
@@ -410,7 +410,7 @@
410410
},
411411
"description": "Create vanity or numeric short version of your desired URL. Share it digitally, as QR code, or print it.",
412412
"title": "SHI URL Shortener",
413-
"version": "0.0.1"
413+
"version": "0.0.2"
414414
},
415415
"openapi": "3.1.1",
416416
"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.1",
3+
"version": "0.0.2",
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)