Skip to content

Commit 2d95f00

Browse files
committed
build: release v2.0.1
1 parent b817599 commit 2d95f00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ngsw-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
33
"index": "/index.html",
44
"appData": {
5-
"appVersion": "2.0.0",
5+
"appVersion": "2.0.1",
66
"gameVersion": "2.3"
77
},
88
"assetGroups": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cp2077-nativedb",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/pages/readme/readme.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="title">
22
<h1>NativeDB</h1>
3-
<mat-chip matTooltip="webapp's version" [disableRipple]="true">v2.0.0</mat-chip>
3+
<mat-chip matTooltip="webapp's version" [disableRipple]="true">v2.0.1</mat-chip>
44
</div>
55

66
<mat-divider></mat-divider>

0 commit comments

Comments
 (0)