Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Aug 28, 2018
1 parent 37da6dd commit 375be75
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

---

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobius1-selectr",
"version": "2.4.1",
"version": "2.4.2",
"ignore": [
".gitattributes",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion dist/selectr.min.css

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

2 changes: 1 addition & 1 deletion dist/selectr.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
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/selectr.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Selectr 2.4.0
* Selectr 2.4.2
* http://mobius.ovh/docs/selectr
*
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion src/selectr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Selectr 2.4.0
* Selectr 2.4.2
* http://mobius.ovh/docs/selectr
*
* Released under the MIT license
Expand Down

0 comments on commit 375be75

Please sign in to comment.