Skip to content

Commit

Permalink
update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imaegoo committed May 29, 2021
1 parent d4773eb commit bd8145a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Hexo NexT Twikoo

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

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

## Install

```bash
npm install hexo-next-twikoo
# For NexT version >= 8.0.0 && < 8.4.0
npm install [email protected]
# For NexT version >= 8.4.0
npm install [email protected]
```

## Register
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-next-twikoo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Twikoo comment system for NexT.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd8145a

Please sign in to comment.