Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 2bdb588

Browse files
author
Sujaykumar Hublikar
committed
v1.0.8
1 parent 3b798a9 commit 2bdb588

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

dist/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!.gitignore
3+
!.gitkeep

dist/.gitkeep

Whitespace-only changes.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sujaykumarh/docsify-plugin-title",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Docsify plugin custom page title",
55
"main": "src/plugin.js",
66
"scripts": {

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* docsify-plugin-title/plugin.js v1.0.7
2+
* docsify-plugin-title/plugin.js v1.0.8
33
* (https://github.com/Sujaykumarh/docsify-plugin-title/)
44
*
55
* Copyright (c) 2021 Sujaykumar.Hublikar <hello@sujaykumarh.com>

0 commit comments

Comments
 (0)