Skip to content

Commit

Permalink
bump: 0.0.0 -> 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phitoduck committed Nov 16, 2023
1 parent 22bad90 commit 76aef86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-lint-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install node dependencies
run: npm install
- name: Install packaging CLI
run: npm install --global vsce
- name: Configure Git for Tagging
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "clearml-session-manager",
"publisher": "mlops-club",
"version": "0.0.1",
"displayName": "ClearML Session Manager (Unofficial)",
"icon": "src/resources/clearml-logo.png",
"author": {
Expand Down Expand Up @@ -34,8 +36,6 @@
"type": "git",
"url": "https://github.com/mlops-club/vscode-clearml-session-manager.git"
},
"publisher": "mlops-club",
"version": "0.0.0",
"engines": {
"vscode": "^1.83.0"
},
Expand Down

0 comments on commit 76aef86

Please sign in to comment.