Skip to content

Commit

Permalink
chore(Release): 🔖 to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Raboro committed Sep 17, 2024
1 parent 28376c5 commit 181c7ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "birthday-tracker",
"name": "Birthday-Tracker",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "0.15.0",
"description": "Keep track of all birthdays of your family and friends.",
"author": "Marius Wörfel",
"authorUrl": "https://github.com/Raboro",
"isDesktopOnly": false
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "birthday-tracker",
"version": "1.1.2",
"version": "1.1.3",
"description": "Keep track of all birthdays of your family and friends.",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint:fix": "bunx eslint --fix src",
"lint": "bunx eslint src"
"lint": "bunx eslint src"
},
"keywords": [],
"author": "Marius Wörfel",
Expand All @@ -23,4 +23,4 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.0.9": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0"
}
"1.1.2": "0.15.0",
"1.1.3": "0.15.0"
}

0 comments on commit 181c7ab

Please sign in to comment.