Skip to content

Commit

Permalink
Merge pull request #441 from zonemaster/master
Browse files Browse the repository at this point in the history
Merge master into develop (GUI)
  • Loading branch information
matsduf authored Sep 14, 2023
2 parents c23da87 + 7b3399d commit bd987bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Release history for Zonemaster component Zonemaster-GUI


v4.1.1 2023-09-08 (public fix version)

[Fixes]
- Corrects documentation links in FAQ for all languages
(#433)


v4.1.0 2023-06-21 (public release version)

[Features]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zonemaster-gui",
"version": "4.1.0",
"version": "4.1.1",
"license": "BSD-2-Clause",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const clientInfo = {
version: '4.1.0',
version: '4.1.1',
id: 'Zonemaster-GUI'
};

0 comments on commit bd987bf

Please sign in to comment.