From a39055b8e0b4bf583a87c96e54d70a0dbdbf0226 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Sat, 20 Jul 2024 18:18:24 +0200 Subject: [PATCH] WIP: testing vsce publish fix --- VSCode/scriptsync/package.json | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VSCode/scriptsync/package.json b/VSCode/scriptsync/package.json index 3aaa9a2..a563669 100644 --- a/VSCode/scriptsync/package.json +++ b/VSCode/scriptsync/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/ibois-epfl/script-sync" }, - "version": "1.1.6", + "version": "1.2.1", "engines": { "vscode": "^1.85.0" }, diff --git a/manifest.yml b/manifest.yml index 3d984ce..e2cf7eb 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,6 +1,6 @@ --- name: script-sync -version: 1.2.1 +version: 1.2.2 authors: - Andrea Settimi description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.