Skip to content

Commit 51c73b9

Browse files
committed
Preparing version 3.3.0
1 parent f08212d commit 51c73b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/Core/Foundation/AsgardCms.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ class AsgardCms
88
* The AsgardCms version.
99
* @var string
1010
*/
11-
const VERSION = '3.2.1';
11+
const VERSION = '3.3.0';
1212
}

Modules/Core/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
url: https://github.com/AsgardCms/Platform
22
versions:
3-
"3.2.2@changelog":
3+
"3.3.0":
44
changed:
55
- Updating vue-simple-mde to avoid 'marked' warning with vuejs 2.5
6-
- Updating to element-ui 2.0 (<code>npm update</code> and <code>npm run dev</code> required)
6+
- Updating to element-ui 2.0 (<code>npm update</code> and <code>npm run dev</code> are required)
77
"3.2.1":
88
changed:
99
- Updated to VueJS 2.5. Updated all components for 2.5 compatibility.

0 commit comments

Comments
 (0)