Skip to content

Commit da68160

Browse files
author
Akshay
committed
Updated version.
1 parent 15e3cf0 commit da68160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/github.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* github.js - v0.1.1
2+
* github.js - v0.1.2
33
* Copyright (c) Akshay Sharma
44
*/
55

@@ -22,7 +22,7 @@
2222
var Github = {};
2323

2424
// Current version of the library. Keep in sync with `package.json`
25-
Github.version = '0.1.1';
25+
Github.version = '0.1.2';
2626

2727
var gitApiUrl = 'https://api.github.com/';
2828

0 commit comments

Comments
 (0)