From 92675fdf92b1ab672684e469e3d868a5c8232fdc Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Mon, 23 Sep 2019 14:34:02 +0200 Subject: [PATCH] release: 1.47.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bde699cc3..09665bbfa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1556,7 +1556,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "1.47.1" +version = "1.47.2" dependencies = [ "anylog 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index edce50e3c0..c0c679f5c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "1.47.1" +version = "1.47.2" edition = "2018" [dependencies] diff --git a/package.json b/package.json index f71c30153f..00e87bf0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "1.47.1", + "version": "1.47.2", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "scripts": { "install": "node scripts/install.js",