From d2703b33eb97362acf0b0233ee26edec9e54304c Mon Sep 17 00:00:00 2001 From: Roy van Kaathoven Date: Sat, 1 Nov 2014 17:13:41 +0100 Subject: [PATCH] bumped version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4da49c7..8b9ea55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# Inline Attachment 1.3.2 [![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 42902a2..c3c38be 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "authors": [ "Roy van Kaathoven @razko (https://github.com/rovak)" ], - "version": "1.3.1", + "version": "1.3.2", "dependencies" : {}, "devDependencies": { "grunt": "~0.4",