Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
julkue committed Nov 7, 2018
1 parent 0d6533f commit a283c4c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,6 @@
##### Highlight keywords using JavaScript. Intended for every use case. <br> Can e.g. be used to mark text in search results.

[![Build Status][build-status-image]][build-status]
[![Code quality][code-quality-image]][code-quality]
[![License][license-image]][license]
[![jsDelivr Hits][jsdelivr-image]][jsdelivr]
[![Greenkeeper][greenkeeper-image]][greenkeeper]
Expand All @@ -27,13 +26,11 @@ Changes are documented in [release][releases] descriptions.
Happy hacking!

[build-status]: https://travis-ci.org/julmot/mark.js
[code-quality]: https://www.codacy.com/app/julmot/mark.js
[license]: https://raw.githubusercontent.com/julmot/mark.js/master/LICENSE
[jsdelivr]: https://www.jsdelivr.com/package/npm/mark.js
[greenkeeper]: https://github.com/julmot/mark.js

[build-status-image]: https://img.shields.io/travis/julmot/mark.js/master.svg?label=test
[code-quality-image]:https://img.shields.io/codacy/27a3ed45370f41e89b02073b214c18a7.svg
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg
[jsdelivr-image]: https://data.jsdelivr.com/v1/package/npm/mark.js/badge?style=rounded
[greenkeeper-image]: https://badges.greenkeeper.io/julmot/mark.js.svg
Expand Down
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "mark.js",
"version": "8.11.1",
"version": "9.0.0",
"keywords": [
"mark.js",
"markjs",
Expand All @@ -25,7 +25,7 @@
"description": "Highlight keywords using JavaScript. Intended for every use case. Can e.g. be used to mark text in search results.",
"main": "dist/mark.js",
"moduleType": [
"global", "amd"
"globals", "amd"
],
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mark.es6.js
@@ -1,5 +1,5 @@
/*!***************************************************
* mark.js v8.11.1
* mark.js v9.0.0
* https://markjs.io/
* Copyright (c) 2014–2018, Julian Kühnel
* Released under the MIT license https://git.io/vwTVl
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mark.es6.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.mark.js
@@ -1,5 +1,5 @@
/*!***************************************************
* mark.js v8.11.1
* mark.js v9.0.0
* https://markjs.io/
* Copyright (c) 2014–2018, Julian Kühnel
* Released under the MIT license https://git.io/vwTVl
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mark.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mark.es6.js
@@ -1,5 +1,5 @@
/*!***************************************************
* mark.js v8.11.1
* mark.js v9.0.0
* https://markjs.io/
* Copyright (c) 2014–2018, Julian Kühnel
* Released under the MIT license https://git.io/vwTVl
Expand Down
2 changes: 1 addition & 1 deletion dist/mark.es6.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mark.js
@@ -1,5 +1,5 @@
/*!***************************************************
* mark.js v8.11.1
* mark.js v9.0.0
* https://markjs.io/
* Copyright (c) 2014–2018, Julian Kühnel
* Released under the MIT license https://git.io/vwTVl
Expand Down
2 changes: 1 addition & 1 deletion dist/mark.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mark.js",
"version": "8.11.1",
"version": "9.0.0",
"keywords": [
"mark.js",
"markjs",
Expand Down

0 comments on commit a283c4c

Please sign in to comment.