We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbd1d5 commit 2ab962fCopy full SHA for 2ab962f
CHANGELOG.md
@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
### Fixed
23
### Removed --->
24
25
+ ## 0.3.1 - 2021-05-12
26
+### Added
27
+- Version check on updates route
28
+
29
## 0.3.0 - 2021-05-11
30
### Added
31
- Dashboard
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.3.0',
+ 'version' => '0.3.1',
17
18
];
0 commit comments