Skip to content

Commit c4d0e5f

Browse files
authored
fix version (#253)
1 parent dca6386 commit c4d0e5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-local-sdk",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Foundry Local Manager Javascript SDK",
55
"repository": {
66
"type": "git",

sdk/js/src/version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
2-
// Licensed under the MIT License.
3-
1+
// Generated by genversion.
42
export const version = '0.5.0'

0 commit comments

Comments
 (0)