This commit is contained in:
John Bintz 2022-02-28 08:24:25 -05:00
parent 1f8ae7f1fe
commit 9ab4327523
9 changed files with 38 additions and 8 deletions

View File

@ -1 +1 @@
2.6
3.1

View File

@ -1 +1 @@
0.91.2~2022-01-01
0.93.0~2022-02-28

View File

@ -1,3 +1,7 @@
## 0.93.0~2022-02-28
* Upgrade Hugo to 0.93.0 extended
## 0.91.2~2022-01-01
* Upgrade Hugo to 0.91.2 extended

View File

@ -17,13 +17,13 @@ lib64
opt/app
opt/app/.babelrc
opt/app/.cloudcmd.menu.js
opt/app/.nuxt/dist/0.nuxt.bundle.2bfbaaaabed77085047c.js
opt/app/.nuxt/dist/0.nuxt.bundle.7925c225729f9f031913.js
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
opt/app/.nuxt/dist/index.html
opt/app/.nuxt/dist/manifest.2a06b714caf93a404983.js
opt/app/.nuxt/dist/nuxt.bundle.5e54104e2240d2f9e820.js
opt/app/.nuxt/dist/manifest.77d3d0d23fba94a02ff3.js
opt/app/.nuxt/dist/nuxt.bundle.412a5eace0d23b42ad96.js
opt/app/.nuxt/dist/server-bundle.json
opt/app/.nuxt/dist/vendor.bundle.2a06b714caf93a404983.js
opt/app/.nuxt/dist/vendor.bundle.77d3d0d23fba94a02ff3.js
opt/app/.sandstorm/launcher.sh
opt/app/README.md
opt/app/hugo-version

View File

@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Hugo"),
appVersion = 36, # Increment this for every release.
appVersion = 37, # Increment this for every release.
appMarketingVersion = (defaultText = (embed "app-marketing-version")),
# Human-readable representation of appVersion. Should match the way you

View File

@ -1,3 +1,7 @@
## 0.93.0
* Upgrade Hugo to 0.93.0 extended
## 0.91.2
* Upgrade Hugo to 0.91.2 extended

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem 'httparty'

19
Gemfile.lock Normal file
View File

@ -0,0 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
multi_xml (0.6.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
httparty
BUNDLED WITH
2.3.3

View File

@ -1 +1 @@
0.91.2
0.93.0