Версия 0.7.0

This commit is contained in:
Book Pauk
2019-09-07 22:13:13 +07:00
parent feb70f85f8
commit 656642697b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
export const versionHistory = [ export const versionHistory = [
{ {
showUntil: '2019-09-10', showUntil: '2019-10-01',
header: '0.7.0 (2019-08-??)', header: '0.7.0 (2019-09-07)',
content: content:
` `
<ul> <ul>

View File

@@ -1,6 +1,6 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.6.10", "version": "0.7.0",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
}, },