0.90.1
This commit is contained in:
parent
6af91086e5
commit
67d73045f5
|
@ -1 +1 @@
|
|||
0.90.0~2021-12-08
|
||||
0.90.1~2021-12-10
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.90.1~2021-12-10
|
||||
|
||||
* Upgrade Hugo to 0.90.1 extended
|
||||
|
||||
## 0.90.0~2021-12-08
|
||||
|
||||
* Upgrade Hugo to 0.90.0 extended
|
||||
|
|
|
@ -17,13 +17,13 @@ lib64
|
|||
opt/app
|
||||
opt/app/.babelrc
|
||||
opt/app/.cloudcmd.menu.js
|
||||
opt/app/.nuxt/dist/0.nuxt.bundle.0362cbeae1d34ae97efa.js
|
||||
opt/app/.nuxt/dist/0.nuxt.bundle.d9db417ef4faf2b51407.js
|
||||
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
|
||||
opt/app/.nuxt/dist/index.html
|
||||
opt/app/.nuxt/dist/manifest.0429996aebb541e37045.js
|
||||
opt/app/.nuxt/dist/nuxt.bundle.17939a96b46602311551.js
|
||||
opt/app/.nuxt/dist/manifest.79c5fec3201870fe9d7d.js
|
||||
opt/app/.nuxt/dist/nuxt.bundle.b8cacbbddefc84faddab.js
|
||||
opt/app/.nuxt/dist/server-bundle.json
|
||||
opt/app/.nuxt/dist/vendor.bundle.0429996aebb541e37045.js
|
||||
opt/app/.nuxt/dist/vendor.bundle.79c5fec3201870fe9d7d.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 = 34, # Increment this for every release.
|
||||
appVersion = 35, # 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.90.1
|
||||
|
||||
* Upgrade Hugo to 0.90.1 extended
|
||||
|
||||
## 0.90.0
|
||||
|
||||
* Upgrade Hugo to 0.90.0 extended
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.90.0
|
||||
0.90.1
|
||||
|
|
Loading…
Reference in New Issue