Skip to content

Commit

Permalink
build: alpha release v0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Oct 4, 2024
1 parent 2bb5cf1 commit 1dabc88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"appData": {
"version": "0.1.2"
"version": "0.1.3"
},
"assetGroups": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "0.1.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span>Fellow ImGui</span>

<mat-chip class="version"
matTooltip="alpha">0.1.2</mat-chip>
matTooltip="alpha">0.1.3</mat-chip>

<div class="space"></div>

Expand Down

0 comments on commit 1dabc88

Please sign in to comment.