From 630e8fe73cee075055582dfc02f6d1c921c8c19c Mon Sep 17 00:00:00 2001 From: qiang Date: Sat, 19 Oct 2024 12:22:10 +0800 Subject: [PATCH] chore: releases v1.0.3 (#29) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fcc4d0..d8f55de 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > A blog theme based on vitepress -[Documentation](https://tolking.github.io/vitepress-theme-ououe) +[Documentation and Demo](https://tolking.github.io/vitepress-theme-ououe) ![image](./docs/public/vitepress-theme-ououe.jpg) diff --git a/package.json b/package.json index 1a7a15b..5d5066d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitepress-theme-ououe", - "version": "1.0.2", + "version": "1.0.3", "description": "A blog theme based on vitepress", "type": "module", "main": "./src/index.ts",