diff --git a/README.md b/README.md index 43b6820..4222ce8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Inline Attachment 1.3.0 [![Master Branch Build Status](https://api.travis-ci.org/Rovak/InlineAttachment.png?branch=master)](http://travis-ci.org/Rovak/InlineAttachment) ![project status](http://stillmaintained.com/Rovak/InlineAttachment.png) +# Inline Attachment 1.3.1 [![Master Branch Build Status](https://api.travis-ci.org/Rovak/InlineAttachment.png?branch=master)](http://travis-ci.org/Rovak/InlineAttachment) ![project status](http://stillmaintained.com/Rovak/InlineAttachment.png) Adds upload functionality to a textarea or CodeMirror instance by either drag-dropping or pasting (only in chrome) an image inside it. diff --git a/package.json b/package.json index 0127c43..42902a2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "authors": [ "Roy van Kaathoven @razko (https://github.com/rovak)" ], - "version": "1.3.0", + "version": "1.3.1", "dependencies" : {}, "devDependencies": { "grunt": "~0.4",