Skip to content

Commit 7623148

Browse files
committed
minor changes
1 parent c231ce1 commit 7623148

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-session-manager",
3-
"version": "0.0.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng build --watch --configuration development",

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class AppComponent {
139139
'failure',
140140
undefined,
141141
{
142-
duration: 1000,
142+
duration: 1500,
143143
}
144144
);
145145
}, 0);

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "LeetSessionManager",
44
"description": "Manage leetcode sessions easily",
55
"homepage_url": "https://github.com/pawanjenu/LeetcodeSessionManager",
6-
"version": "1.1.9",
6+
"version": "2.0.0",
77
"author": "Pawan Jenu",
88
"browser_action": {
99
"default_icon": "assets/thumbnail.png",

0 commit comments

Comments
 (0)