0.99.1
This commit is contained in:
parent
c62d70957f
commit
11c2dc1f52
|
@ -1 +1 @@
|
||||||
0.95.0~2022-03-16
|
0.99.1~2022-05-25
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.99.1~2022-05-25
|
||||||
|
|
||||||
|
* Upgrade Hugo to 0.99.1 extended
|
||||||
|
|
||||||
## 0.95.0~2022-03-16
|
## 0.95.0~2022-03-16
|
||||||
|
|
||||||
* Upgrade Hugo to 0.95.0 extended
|
* Upgrade Hugo to 0.95.0 extended
|
||||||
|
|
|
@ -17,13 +17,13 @@ lib64
|
||||||
opt/app
|
opt/app
|
||||||
opt/app/.babelrc
|
opt/app/.babelrc
|
||||||
opt/app/.cloudcmd.menu.js
|
opt/app/.cloudcmd.menu.js
|
||||||
opt/app/.nuxt/dist/0.nuxt.bundle.a1e441d6058efb21e07f.js
|
opt/app/.nuxt/dist/0.nuxt.bundle.7b79edc1863f2ec58742.js
|
||||||
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
|
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
|
||||||
opt/app/.nuxt/dist/index.html
|
opt/app/.nuxt/dist/index.html
|
||||||
opt/app/.nuxt/dist/manifest.0581c9cfc98e4d1373db.js
|
opt/app/.nuxt/dist/manifest.713c3c1ed70b67923986.js
|
||||||
opt/app/.nuxt/dist/nuxt.bundle.45564613269105431a00.js
|
opt/app/.nuxt/dist/nuxt.bundle.fe385add6ed4023344f3.js
|
||||||
opt/app/.nuxt/dist/server-bundle.json
|
opt/app/.nuxt/dist/server-bundle.json
|
||||||
opt/app/.nuxt/dist/vendor.bundle.0581c9cfc98e4d1373db.js
|
opt/app/.nuxt/dist/vendor.bundle.713c3c1ed70b67923986.js
|
||||||
opt/app/.sandstorm/launcher.sh
|
opt/app/.sandstorm/launcher.sh
|
||||||
opt/app/README.md
|
opt/app/README.md
|
||||||
opt/app/hugo-version
|
opt/app/hugo-version
|
||||||
|
|
|
@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
|
|
||||||
appTitle = (defaultText = "Hugo"),
|
appTitle = (defaultText = "Hugo"),
|
||||||
|
|
||||||
appVersion = 38, # Increment this for every release.
|
appVersion = 39, # Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = (embed "app-marketing-version")),
|
appMarketingVersion = (defaultText = (embed "app-marketing-version")),
|
||||||
# Human-readable representation of appVersion. Should match the way you
|
# Human-readable representation of appVersion. Should match the way you
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.99.1
|
||||||
|
|
||||||
|
* Upgrade Hugo to 0.99.1 extended
|
||||||
|
|
||||||
## 0.95.0
|
## 0.95.0
|
||||||
|
|
||||||
* Upgrade Hugo to 0.95.0 extended
|
* Upgrade Hugo to 0.95.0 extended
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.95.0
|
0.99.1
|
||||||
|
|
Loading…
Reference in New Issue