From 675c14484658ec29a96d800e89b7a21197810ed5 Mon Sep 17 00:00:00 2001 From: Douglas Gubert Date: Wed, 25 Sep 2024 18:49:35 -0300 Subject: [PATCH] 1.46.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 450d1b2cc..8b0c43241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-engine", - "version": "1.46.0-alpha", + "version": "1.46.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 890ed7405..4886a221c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-engine", - "version": "1.46.0-alpha", + "version": "1.46.0", "description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", "main": "index", "typings": "index",