Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed May 7, 2022
1 parent 5963cff commit 484d1f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Name | @userscripters/generate-stackapps |
| Description | StackApps post generator for userscripts |
| License | [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later) |
| Version | 1.0.1 |
| Version | 1.0.2 |

Creates StackApps post Markdown from project metadata.

Expand Down
4 changes: 2 additions & 2 deletions STACKAPPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Generate Stackapps - StackApps post generator for userscripts
library typescript

<!-- thumbnail: https://i.stack.imgur.com/Cbt4Z.png -->
<!-- version: 1.0.1 -->
<!-- version: 1.0.2 -->
<!-- tag: library -->
<!-- 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. -->

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

### Download

Latest version: 1.0.1
Latest version: 1.0.2

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:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userscripters/generate-stackapps",
"description": "StackApps post generator for userscripts",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 484d1f5

Please sign in to comment.