Skip to content

Commit

Permalink
build: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Nov 18, 2024
1 parent fc21f96 commit a28291b
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": {
"appVersion": "1.7.2",
"appVersion": "1.8.0",
"gameVersion": "2.13"
},
"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": "cp2077-nativedb",
"version": "1.7.2",
"version": "1.8.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/readme/readme.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="title">
<h1>NativeDB</h1>
<mat-chip matTooltip="webapp's version" [disableRipple]="true">v1.7.2</mat-chip>
<mat-chip matTooltip="webapp's version" [disableRipple]="true">v1.8.0</mat-chip>
</div>

<mat-divider></mat-divider>
Expand Down

0 comments on commit a28291b

Please sign in to comment.