diff --git a/README.md b/README.md index 303605c..0fac7b5 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,7 @@ Don't forget to check the [wiki](https://github.com/Mobius1/Selectr/wiki) out an --- -[![Build Status](https://travis-ci.org/Mobius1/Selectr.svg?branch=master)](https://travis-ci.org/Mobius1/Selectr) [![npm version](https://badge.fury.io/js/mobius1-selectr.svg)](https://badge.fury.io/js/mobius1-selectr) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Mobius1/Selectr/blob/master/LICENSE) ![](http://img.badgesize.io/Mobius1/selectr/master/dist/selectr.min.js) ![](http://img.badgesize.io/Mobius1/selectr/master/dist/selectr.min.js?compression=gzip&label=gzipped) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mobius1/selectr.svg)](http://isitmaintained.com/project/mobius1/selectr "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/mobius1/selectr.svg)](http://isitmaintained.com/project/mobius1/selectr "Percentage of issues still open") -[![](https://data.jsdelivr.com/v1/package/npm/mobius1-selectr/badge)](https://www.jsdelivr.com/package/npm/mobius1-selectr) - ---- - -## Roadmap - -Selectr started out as a small side-project to help me learn git, npm, etc. As a result the code is a mess and is in dire need of refactoring. Instead of abandoning the project I shall instead spend as much time as possible in recfactoring the code, reducing as much guff as possible and bringing it up to date with current standards. +## **Due to time constraints this repo is no longer maintained. Feel free to fork this repo and make it your own.** --- diff --git a/bower.json b/bower.json index 32fd1e6..bf5d738 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mobius1-selectr", - "version": "2.4.1", + "version": "2.4.2", "ignore": [ ".gitattributes", "README.md" diff --git a/dist/selectr.min.css b/dist/selectr.min.css index 9504a85..2a21d31 100644 --- a/dist/selectr.min.css +++ b/dist/selectr.min.css @@ -1,5 +1,5 @@ /*! - * Selectr 2.4.0 + * Selectr 2.4.2 * http://mobius.ovh/docs/selectr * * Released under the MIT license diff --git a/dist/selectr.min.js b/dist/selectr.min.js index 9ec6909..4378a72 100644 --- a/dist/selectr.min.js +++ b/dist/selectr.min.js @@ -1,5 +1,5 @@ /*! - * Selectr 2.4.0 + * Selectr 2.4.2 * http://mobius.ovh/docs/selectr * * Released under the MIT license diff --git a/package.json b/package.json index 79ae9f4..0050262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobius1-selectr", - "version": "2.4.1", + "version": "2.4.2", "description": "A lightweight, dependency-free, mobile-friendly javascript select box replacement.", "main": "dist/selectr.min.js", "scripts": { diff --git a/src/selectr.css b/src/selectr.css index bb2c906..a45a69b 100644 --- a/src/selectr.css +++ b/src/selectr.css @@ -1,5 +1,5 @@ /*! - * Selectr 2.4.0 + * Selectr 2.4.2 * http://mobius.ovh/docs/selectr * * Released under the MIT license diff --git a/src/selectr.js b/src/selectr.js index 71d5a69..6bcd1e6 100644 --- a/src/selectr.js +++ b/src/selectr.js @@ -1,5 +1,5 @@ /*! - * Selectr 2.4.0 + * Selectr 2.4.2 * http://mobius.ovh/docs/selectr * * Released under the MIT license