Skip to content

Commit 484d1f5

Browse files
committed
1.0.2
1 parent 5963cff commit 484d1f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Name | @userscripters/generate-stackapps |
77
| Description | StackApps post generator for userscripts |
88
| License | [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later) |
9-
| Version | 1.0.1 |
9+
| Version | 1.0.2 |
1010

1111
Creates StackApps post Markdown from project metadata.
1212

STACKAPPS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Generate Stackapps - StackApps post generator for userscripts
33
library typescript
44

55
<!-- thumbnail: https://i.stack.imgur.com/Cbt4Z.png -->
6-
<!-- version: 1.0.1 -->
6+
<!-- version: 1.0.2 -->
77
<!-- tag: library -->
88
<!-- excerpt: Tired of writing Stack Apps posts by hand? With Generate StackApps you can focus on what's really important — userscripts and delegate the busywork to automation. -->
99

@@ -54,7 +54,7 @@ The script is licensed under the [GPL-3.0-or-later](https://spdx.org/licenses/GP
5454

5555
### Download
5656

57-
Latest version: 1.0.1
57+
Latest version: 1.0.2
5858

5959
The package is published as both an [NPM package](https://www.npmjs.com/package/@userscripters/generate-stackapps) and a [GitHub package](https://github.com/userscripters/generate-stackapps/packages/1408794). Can be installed via a package manager like NPM as usual:
6060

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,7 +1,7 @@
11
{
22
"name": "@userscripters/generate-stackapps",
33
"description": "StackApps post generator for userscripts",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"main": "dist/index.js",
66
"type": "module",
77
"keywords": [

0 commit comments

Comments
 (0)