Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Sep 16, 2024
1 parent d398977 commit ce5c2a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AppShell Changelog

## Unreleased
##### 2024-XX-YY
## 4.1.0
##### 2024-09-16

- Upgraded the Tabler Icon Theme to use the v3.x assets from the CDN (from 1.x)

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Now you should see this:
+----+---------------------+------+----------+------------------+-----------------+
| # | Name | Kind | Version | Id | Namespace |
+----+---------------------+------+----------+------------------+-----------------+
| 1. | Konekt AppShell Box | Box | 4.0.1 | konekt.app_shell | Konekt\AppShell |
| 1. | Konekt AppShell Box | Box | 4.1.0 | konekt.app_shell | Konekt\AppShell |
+----+---------------------+------+----------+------------------+-----------------+
```

Expand Down
2 changes: 1 addition & 1 deletion src/resources/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

return [
'name' => 'AppShell',
'version' => '4.0.1'
'version' => '4.1.0'
];

0 comments on commit ce5c2a3

Please sign in to comment.