From 3f27fa990a08de044b8124644479322fcb6560c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Aug 2022 23:12:05 +0000 Subject: [PATCH] chore(release): 2.3.1-beta.1 [skip ci] ## 2.3.1-beta.1 (2022-08-08) ### Bug Fixes * add support for outlook web for business ([7c8ad03](https://github.com/defmethodinc/just-not-sorry/commit/7c8ad03fe4fcfa028b7f2868208748c96ff31a80)) * fix error when previewing attachment on outlook.office.com ([3c05d57](https://github.com/defmethodinc/just-not-sorry/commit/3c05d57c20938cc82dda565d8eefb8999e796498)), closes [#141](https://github.com/defmethodinc/just-not-sorry/issues/141) --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2045f48..f4e06b6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Just Not Sorry -- the Chrome extension", "short_name": "JustNotSorry", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", - "version": "2.3.0", - "version_name": "2.3.0", + "version": "2.3.1.1", + "version_name": "2.3.1-beta.1", "description": "A Chrome extension that warns you when you write emails using words which undermine your message", "icons": { "16": "img/JustNotSorry-16.png", diff --git a/package.json b/package.json index a36a81c..6feee60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-not-sorry", "description": "Chrome extension that warns you when you write emails using words which undermine your message", - "version": "2.3.0", + "version": "2.3.1-beta.1", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",