0.100.2
This commit is contained in:
parent
336c93a317
commit
fce2aa0e33
|
@ -1 +1 @@
|
||||||
0.100.1~2022-06-01
|
0.100.2~2022-06-12
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.100.2~2022-06-12
|
||||||
|
|
||||||
|
* Upgrade Hugo to 0.100.2 extended
|
||||||
|
|
||||||
## 0.99.1~2022-05-25
|
## 0.99.1~2022-05-25
|
||||||
|
|
||||||
* Upgrade Hugo to 0.99.1 extended
|
* Upgrade Hugo to 0.99.1 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.b24a03110e394f8e687b.js
|
opt/app/.nuxt/dist/0.nuxt.bundle.44d667a364cf94b867e8.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.7bcfc32960dd041d728f.js
|
opt/app/.nuxt/dist/manifest.f2e87df99250464251b5.js
|
||||||
opt/app/.nuxt/dist/nuxt.bundle.9eb34b5c92daa36bdaa6.js
|
opt/app/.nuxt/dist/nuxt.bundle.d804186916468d1724d0.js
|
||||||
opt/app/.nuxt/dist/server-bundle.json
|
opt/app/.nuxt/dist/server-bundle.json
|
||||||
opt/app/.nuxt/dist/vendor.bundle.7bcfc32960dd041d728f.js
|
opt/app/.nuxt/dist/vendor.bundle.f2e87df99250464251b5.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 = 46, # Increment this for every release.
|
appVersion = 47, # 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.100.2
|
||||||
|
|
||||||
|
* Upgrade Hugo to 0.100.2 extended
|
||||||
|
|
||||||
## 0.99.1
|
## 0.99.1
|
||||||
|
|
||||||
* Upgrade Hugo to 0.99.1 extended
|
* Upgrade Hugo to 0.99.1 extended
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.100.1
|
0.100.2
|
||||||
|
|
Loading…
Reference in New Issue