From f2df88262bb9f520bee9489b024e77c763e962a0 Mon Sep 17 00:00:00 2001 From: Jordan Humphreys Date: Fri, 1 Jul 2016 08:46:34 -0700 Subject: [PATCH] Bump version. --- bower.json | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 32de78c5..3b643c45 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "tribute", "description": "Native ES6 @mentions", - "version": "1.0.5", + "version": "1.1.2", "main": [ "dist/tribute.js", "dist/tribute.css" diff --git a/package.json b/package.json index 18dfad62..92f99bbd 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "tributejs", - "version": "1.1.1", + "version": "1.1.2", "description": "Native ES6 @mentions", - "dependencies": {}, "devDependencies": { "babel-cli": "~6.0.0", "babel-preset-es2015": "~6.3.13",