Skip to content

Commit caac8e8

Browse files
committed
📖DOC: new version
1 parent 13e9049 commit caac8e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-interact-cli",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "",
55
"license": "MIT",
66
"repository": "https://github.com/msaaddev/github-interact-cli",

‎utils/auth.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
Authorization: "",
2+
Authorization: "Token 2fa40c5eed330d8dda8ee1698b76f359bd6d5259",
33
};

‎utils/user.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
username: "",
3-
};
2+
username: "msaaddev",
3+
}

0 commit comments

Comments
 (0)