From 79a193cabdc204a63a358fdea9affe1fd086c6ce Mon Sep 17 00:00:00 2001 From: Roy van Kaathoven Date: Fri, 7 Feb 2014 21:14:17 +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 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",