Skip to content

Commit 2103fb6

Browse files
committed
v4.0b6
1 parent b7a19eb commit 2103fb6

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsomm",
3-
"version": "4.0-beta-5",
3+
"version": "4.0-beta-6",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/app.component.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
/* --- experimental branch --- */
2-
.mat-drawer-container {
3-
background-color: #e9f2ff;
4-
}
5-
62
.tag-line {
73
display: flex;
84
flex-direction: column;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
2-
version: '4.0b5',
2+
version: '4.0b6',
33
production: true,
44
};

0 commit comments

Comments
 (0)