From b4e3a4245b438093f41d5c6cfd575c20a1d8ce0e Mon Sep 17 00:00:00 2001 From: Jared Stoffan Date: Tue, 21 Apr 2020 14:17:00 -0700 Subject: [PATCH] chore(release): 4.0.0-beta.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 407eda9a1..c026d21a4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/box/box-annotations&style=flat)](https://mergify.io) [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![build status](https://travis-ci.com/box/box-annotations.svg?branch=master)](https://travis-ci.com/box/box-annotations) -[![version](https://img.shields.io/badge/version-v4.0.0-beta.0-blue.svg)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v4.0.0-beta.1-blue.svg)](https://github.com/box/box-annotations) [![npm version](https://img.shields.io/npm/v/box-annotations.svg)](https://www.npmjs.com/package/box-annotations) # [Box Annotations](https://developer.box.com/docs/getting-started-with-new-box-view#section-annotations) diff --git a/package.json b/package.json index a67373044..d98cd6ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "4.0.0-beta.0", + "version": "4.0.0-beta.1", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",