0.77.0
This commit is contained in:
parent
03e7c03007
commit
2874fee58d
|
@ -1 +1 @@
|
||||||
0.76.5~2020-10-21
|
0.77.0~2020-11-02
|
||||||
|
|
|
@ -90,13 +90,13 @@ lib64/ld-linux-x86-64.so.2
|
||||||
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.532d232c2d623be5d397.js
|
opt/app/.nuxt/dist/0.nuxt.bundle.136a0fddcb40c7d98ac2.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.d8701085570cdc4ecfd1.js
|
opt/app/.nuxt/dist/manifest.845a4f75709885316fbe.js
|
||||||
opt/app/.nuxt/dist/nuxt.bundle.04715895da1fbeb4b9c6.js
|
opt/app/.nuxt/dist/nuxt.bundle.6e6af2ede65d78dc1b5b.js
|
||||||
opt/app/.nuxt/dist/server-bundle.json
|
opt/app/.nuxt/dist/server-bundle.json
|
||||||
opt/app/.nuxt/dist/vendor.bundle.d8701085570cdc4ecfd1.js
|
opt/app/.nuxt/dist/vendor.bundle.845a4f75709885316fbe.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 = 16, # Increment this for every release.
|
appVersion = 17, # 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 +1 @@
|
||||||
0.76.5
|
0.77.0
|
||||||
|
|
Loading…
Reference in New Issue