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

Commit

Permalink
bumps version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theZieger committed Aug 21, 2017
1 parent d81ec13 commit 2323468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# utilities v0.8.1 [![Build Status](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/badges/build.png?b=master)](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/?branch=master)
# utilities v0.9.0 [![Build Status](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/badges/build.png?b=master)](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/theZieger/utilitiesjs/?branch=master)

> Utility functions for front-end JavaScript development.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utilitiesjs",
"version": "0.8.1",
"version": "0.9.0",
"description": "Utility functions for front-end JavaScript development.",
"main": "utilities.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion utilities.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* utilities.js | v0.8.1 | Utility functions for front-end JavaScript development
* utilities.js | v0.9.0 | Utility functions for front-end JavaScript development
* Copyright (c) 2017 Eric Zieger (MIT license)
* https://github.com/theZieger/utilitiesjs/blob/master/LICENSE
*/
Expand Down

0 comments on commit 2323468

Please sign in to comment.