Версия 0.7.5

This commit is contained in:
Book Pauk
2019-10-22 17:58:20 +07:00
parent 4f433b4456
commit fdaa3b7f93
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
export const versionHistory = [ export const versionHistory = [
{ {
showUntil: '2019-10-20', showUntil: '2019-10-21',
header: '0.7.4 (2019-10-21)', header: '0.7.5 (2019-10-22)',
content: content:
` `
<ul> <ul>

View File

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