Skip to content

Commit bd8145a

Browse files
committed
update version to 1.0.1
1 parent d4773eb commit bd8145a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Hexo NexT Twikoo
22

3-
![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue?style=flat-square)
3+
![Theme Version](https://img.shields.io/badge/NexT-v8.4.0+-blue?style=flat-square)
44
![Package Version](https://img.shields.io/github/package-json/v/imaegoo/hexo-next-twikoo?style=flat-square)
55

66
Twikoo comment system for NexT. Twikoo is a simple, safe, free comment system.
77

88
## Install
99

1010
```bash
11-
npm install hexo-next-twikoo
11+
# For NexT version >= 8.0.0 && < 8.4.0
12+
npm install hexo-next-twikoo@1.0.0
13+
# For NexT version >= 8.4.0
14+
npm install hexo-next-twikoo@1.0.1
1215
```
1316

1417
## Register

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-next-twikoo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Twikoo comment system for NexT.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)