From a7a66b9d9dca601fb7d549f18a2ef5f2259263c2 Mon Sep 17 00:00:00 2001 From: Liam Barry Allan Date: Thu, 17 Mar 2022 17:07:23 -0400 Subject: [PATCH] Bump to 0.0.3 --- .github/workflows/ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7e7cdf2..bff1365c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,5 +19,5 @@ jobs: - name: Upload build uses: actions/upload-artifact@v2 with: - name: code-for-ibmi-pr-build + name: vscode-db2i-release-build path: ./*.vsix \ No newline at end of file diff --git a/package.json b/package.json index 4980ee2a..0fc2393c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-db2i", "displayName": "Db2 for IBM i", "description": "Db2 for IBM i tools in VS Code", - "version": "0.0.2", + "version": "0.0.3", "engines": { "vscode": "^1.61.0" },