Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 5, 2024
1 parent 1098078 commit 0b875e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-action/src/utils/makeManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function makeManifest(path: string) {
//required
entryPoint: "app-bundle.js",
//required
version: new Date().toLocaleDateString(),
version: "1.0.0"
//TODO: add commit sha and github repo
//timestamp: "string",
//commitSha: "string",
Expand Down

0 comments on commit 0b875e4

Please sign in to comment.