diff --git a/package.json b/package.json index 10b693e..133ca13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-chirpy", - "version": "1.4.3", + "version": "1.4.4", "description": "A minimal, responsive and feature-rich Halo theme for technical writing.", "scripts": { "build": "cross-env NODE_ENV=prod node mode.js && vite build", diff --git a/theme.yaml b/theme.yaml index d9a11f6..0cad0eb 100644 --- a/theme.yaml +++ b/theme.yaml @@ -18,5 +18,5 @@ spec: repo: https://github.com/AirboZH/halo-theme-chirpy.git settingName: "halo-theme-chirpy-setting" configMapName: "halo-theme-chirpy-configMap" - version: 1.4.3 + version: 1.4.4 require: ">=2.0.0"