From d8cb1393cd1bcfde0f096cc41e61078e41dd63ff Mon Sep 17 00:00:00 2001 From: 45kb Date: Mon, 13 Jun 2016 08:54:00 +0200 Subject: [PATCH] version 1 --- bower.json | 2 +- dist/highlighter.min.js | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 662be1c..ae7ce84 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "highlighter.js", - "version": "0.1.9", + "version": "1.0.0", "description": "Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements.", "homepage": "https://github.com/720kb/highlighter.js", "authors": [ diff --git a/dist/highlighter.min.js b/dist/highlighter.min.js index 7615bab..58f669b 100644 --- a/dist/highlighter.min.js +++ b/dist/highlighter.min.js @@ -1,10 +1,10 @@ /* - * highlighter.js - v0.1.9 + * highlighter.js - v1.0.0 * * Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements. * https://github.com/720kb/highlighter.js * MIT license - * 2016-06-13T06:52:13.244Z + * 2016-06-13T06:53:42.210Z */ diff --git a/package.json b/package.json index 6729873..22a60ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "highlighter.js", - "version": "0.1.9", + "version": "1.0.0", "description": "Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements.", "scripts": { "js-min": "./tasks/banner | xargs -0 -I banner uglifyjs src/js/highlighter.js --preamble banner -c -m --screw-ie8 -p relative --source-map dist/highlighter.min.js.map -o dist/highlighter.min.js",