0.91.2
This commit is contained in:
parent
67d73045f5
commit
1f8ae7f1fe
|
@ -1 +1 @@
|
|||
0.90.1~2021-12-10
|
||||
0.91.2~2022-01-01
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.91.2~2022-01-01
|
||||
|
||||
* Upgrade Hugo to 0.91.2 extended
|
||||
|
||||
## 0.90.1~2021-12-10
|
||||
|
||||
* Upgrade Hugo to 0.90.1 extended
|
||||
|
|
|
@ -17,13 +17,13 @@ lib64
|
|||
opt/app
|
||||
opt/app/.babelrc
|
||||
opt/app/.cloudcmd.menu.js
|
||||
opt/app/.nuxt/dist/0.nuxt.bundle.d9db417ef4faf2b51407.js
|
||||
opt/app/.nuxt/dist/0.nuxt.bundle.2bfbaaaabed77085047c.js
|
||||
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
|
||||
opt/app/.nuxt/dist/index.html
|
||||
opt/app/.nuxt/dist/manifest.79c5fec3201870fe9d7d.js
|
||||
opt/app/.nuxt/dist/nuxt.bundle.b8cacbbddefc84faddab.js
|
||||
opt/app/.nuxt/dist/manifest.2a06b714caf93a404983.js
|
||||
opt/app/.nuxt/dist/nuxt.bundle.5e54104e2240d2f9e820.js
|
||||
opt/app/.nuxt/dist/server-bundle.json
|
||||
opt/app/.nuxt/dist/vendor.bundle.79c5fec3201870fe9d7d.js
|
||||
opt/app/.nuxt/dist/vendor.bundle.2a06b714caf93a404983.js
|
||||
opt/app/.sandstorm/launcher.sh
|
||||
opt/app/README.md
|
||||
opt/app/hugo-version
|
||||
|
|
|
@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
|
||||
appTitle = (defaultText = "Hugo"),
|
||||
|
||||
appVersion = 35, # Increment this for every release.
|
||||
appVersion = 36, # Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = (embed "app-marketing-version")),
|
||||
# Human-readable representation of appVersion. Should match the way you
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.91.2
|
||||
|
||||
* Upgrade Hugo to 0.91.2 extended
|
||||
|
||||
## 0.90.1
|
||||
|
||||
* Upgrade Hugo to 0.90.1 extended
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.90.1
|
||||
0.91.2
|
||||
|
|
Loading…
Reference in New Issue