Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 5da5fbd

Browse files
author
Stéphan Kochen
committed
Version 0.1.6.
1 parent d607f1f commit 5da5fbd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A comparator function can be specified:
5858

5959
#### License
6060

61-
Copyright (C) 2014 Angry Bytes and contributors.
61+
Copyright (C) 2017 Angry Bytes and contributors.
6262

6363
Permission is hereby granted, free of charge, to any person obtaining a copy of
6464
this software and associated documentation files (the "Software"), to deal in

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stable",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"keywords": ["stable", "array", "sort"],
55
"description": "A stable array sort for JavaScript",
66
"homepage": "https://github.com/Two-Screen/stable",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stable",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"keywords": [
55
"stable",
66
"array",

stable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! stable.js 0.1.5, https://github.com/Two-Screen/stable
2-
//! © 2014 Angry Bytes and contributors. MIT licensed.
1+
//! stable.js 0.1.6, https://github.com/Two-Screen/stable
2+
//! © 2017 Angry Bytes and contributors. MIT licensed.
33

44
(function() {
55

stable.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)