diff --git a/README.md b/README.md index b3047122..ec32d1fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -PublicLab.Editor +PublicLab.Editor +[![npm version](https://badge.fury.io/js/publiclab-editor.svg)](https://badge.fury.io/js/publiclab-editor) ==== [![Build Status](https://travis-ci.org/publiclab/PublicLab.Editor.svg)](https://travis-ci.org/publiclab/PublicLab.Editor) diff --git a/package.json b/package.json index 6a0682a1..5bcc1d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publiclab-editor", - "version": "2.0.6", + "version": "2.1.0", "description": "PublicLab.Editor is a general purpose, JavaScript/Bootstrap UI framework for rich text posting, which provides an author-friendly, minimal, mobile/desktop (fluid) interface for creating blog-like content, designed for PublicLab.org", "main": "dist/PublicLab.Editor.js", "scripts": {