From e7addab645b52d653b5e1db9791c9b5d6b7948eb Mon Sep 17 00:00:00 2001 From: Jared Stoffan Date: Tue, 23 Jun 2020 14:46:37 -0700 Subject: [PATCH] chore(release): 4.0.0-beta.12 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93666f0f7..9035359c1 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.11-blue.svg)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v4.0.0-beta.12-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 69a74bcbc..a0d1c5034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "4.0.0-beta.11", + "version": "4.0.0-beta.12", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",