Skip to content

Commit 8e05c3c

Browse files
committed
chore: Bump version to 1.0.1
1 parent a844380 commit 8e05c3c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "redmine-time-tracking",
33
"description": "Redmine Time Tracking",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
5+
"author": {
6+
"name": "CrawlerCode",
7+
"email": "[email protected]"
8+
},
9+
"repository": {
10+
"type": "github",
11+
"url": "https://github.com/CrawlerCode/redmine-time-tracking"
12+
},
513
"type": "module",
614
"scripts": {
715
"dev": "tsc && vite build --watch",

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Redmine Time Tracking",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Start-stop timer for Redmine",
66
"icons": {
77
"16": "logo16.png",

0 commit comments

Comments
 (0)