Skip to content

Commit

Permalink
build: alpha release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Jul 30, 2024
1 parent 1b3c618 commit 555f8dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ngsw-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"appData": {
"version": "0.1.0"
},
"assetGroups": [
{
"name": "app",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fellow-imgui",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 555f8dd

Please sign in to comment.