Skip to content

Commit 8290540

Browse files
committed
build: release 2.0.2 and update RTTI dump to patch 2.31
1 parent 558f267 commit 8290540

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

ngsw-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
33
"index": "/index.html",
44
"appData": {
5-
"appVersion": "2.0.1",
6-
"gameVersion": "2.3"
5+
"appVersion": "2.0.2",
6+
"gameVersion": "2.31"
77
},
88
"assetGroups": [
99
{

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.1",
3+
"version": "2.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/components/ndb-toolbar/ndb-toolbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<span class="home" routerLink="">NativeDB</span>
1616

17-
<mat-chip class="lg version" matTooltip="game's version" [disableRipple]="true">v2.3</mat-chip>
17+
<mat-chip class="lg version" matTooltip="game's version" [disableRipple]="true">v2.31</mat-chip>
1818

1919
<div class="lg space"></div>
2020

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.1</mat-chip>
3+
<mat-chip matTooltip="webapp's version" [disableRipple]="true">v2.0.2</mat-chip>
44
</div>
55

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

src/assets/reddump/classes.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
442 KB
Binary file not shown.
1.13 MB
Binary file not shown.

src/assets/reddump/enums.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)