From 9ff78c37f5f77852297001b8efe598288c78cb80 Mon Sep 17 00:00:00 2001 From: stateful-wombot Date: Wed, 27 Nov 2024 00:45:24 +0000 Subject: [PATCH] 3.10.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48902554f..3f9d79522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "runme", - "version": "3.10.0-edge.0", + "version": "3.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "runme", - "version": "3.10.0-edge.0", + "version": "3.10.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a407eeea5..b8dc2d512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runme", - "version": "3.10.0-edge.0", + "version": "3.10.0", "publisher": "stateful", "displayName": "Runme Notebooks for DevOps", "description": "Notebooks for DevOps written in Markdown. Runnable, configurable commands/code and embedded terminals. Integrated with cloud consoles, containers and pipelines.",