Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 812b902

Browse files
v0.2.1-pre-alpha
1 parent b0a645b commit 812b902

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

ngsw-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
33
"appData": {
4-
"version": "Pre-Alpha 2.0"
4+
"version": "Pre-Alpha 2.1b2"
55
},
66
"index": "/index.html",
77
"assetGroups": [

src/app/version.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SwUpdate, UpdateAvailableEvent } from '@angular/service-worker';
55
providedIn: 'root'
66
})
77
export class VersionService {
8-
CURRENT_VERSION = 'Pre-Alpha 2.0';
8+
CURRENT_VERSION = 'Pre-Alpha 2.1';
99

1010
availableUpdate: UpdateAvailableEvent;
1111

src/assets/changelog.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
2-
"latest": "Pre-Alpha 2.0",
2+
"latest": "Pre-Alpha 2.1",
33
"versions": [
4+
{
5+
"name": "Pre-Alpha 2.1",
6+
"date": "2021-05-17T20:00:00.000Z",
7+
"enhancements": [
8+
"Editor writing capability",
9+
"ls command",
10+
"Locale formatter to morphcoin look command"
11+
],
12+
"fixes": [
13+
"Bug with bruteforce command",
14+
"Several typing issues",
15+
"Wallet command error handling"
16+
]
17+
},
418
{
519
"name": "Pre-Alpha 2.0",
620
"date": "2021-01-15T16:00:00.000Z",

0 commit comments

Comments
 (0)