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

Commit f4f9f05

Browse files
committed
v2.3.2
1 parent 07881fd commit f4f9f05

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
==========
33

4+
## 2.3.2 (2016-09-17)
5+
6+
**Improved**
7+
8+
Various improvements
9+
410
## 2.3.1 (2016-08-26)
511

612
**Features**

jhub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// [jhub](https://github.com/TangChr/jhub) 2.3.1
1+
// [jhub](https://github.com/TangChr/jhub) 2.3.2
22
// (c) 2016 Christian Tang
33
// Freely distributable under the MIT license.
44

55
(function () {
66
var githubUser = '';
77

88
var jhub = {};
9-
jhub.VERSION = '2.3.1';
9+
jhub.VERSION = '2.3.2';
1010

1111
jhub.init = function (githubUser) {
1212
this.githubUser = githubUser;

jhub.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jhub",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "JavaScript bindings for the GitHub API",
55
"main": "index",
66
"repository": {

0 commit comments

Comments
 (0)