Skip to content

Commit 06e872d

Browse files
chore(internal): version bump (#17)
1 parent 25f4fb5 commit 06e872d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitpod/sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "The official TypeScript library for the Gitpod API",
55
"author": "Gitpod <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.1'; // x-release-please-version
1+
export const VERSION = '0.1.2'; // x-release-please-version

0 commit comments

Comments
 (0)