Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Nov 4, 2022
1 parent fdc1e28 commit ee6c359
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Benchmark

on: [push, pull_request]
on:
push:
tags:
- 'v*'
workflow_dispatch:

jobs:
run:
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-word-counter",
"version": "0.0.3",
"version": "0.1.0",
"description": "Symbols count and time to read for articles.",
"main": "index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const downloadNativeBinary = async() => {
let binary;
try {
binary = await fetch(
`https://wilsonl.in/minify-html/bin/nodejs/${pkg.version}/${binaryName}.node`
`https://archive.zsq.im/hexo-word-counter/bin/nodejs/${pkg.version}/${binaryName}.node`
);
} catch (e) {
if (
Expand Down

0 comments on commit ee6c359

Please sign in to comment.