Skip to content

Commit

Permalink
Bump VSCode Extension Package Version for Publish (#1481)
Browse files Browse the repository at this point in the history
# Bump VSCode Extension Package Version for Publish


Summary: Bump the package version to match the extension published
version

Test Plan: Created VSIX package and tested locally. Deleting outputs
works (no server error, save empty outputs array to config)

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with
[ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/1481).
* __->__ #1481
* #1480
  • Loading branch information
rholinshead authored Mar 27, 2024
2 parents a11d07a + 9077176 commit 3d4ecd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "LastMile AI",
"displayName": "AIConfig Editor",
"description": "AIConfig notebook editor that turns VSCode into a generative AI studio.",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",
"engines": {
"vscode": "^1.85.0"
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AIConfig
python-aiconfig>=1.1.32
python-aiconfig>=1.1.33

#Other
asyncio
Expand Down

0 comments on commit 3d4ecd2

Please sign in to comment.