Skip to content

Commit

Permalink
Final v1 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tstokes8040 committed Mar 28, 2023
1 parent 4ccdf7a commit c14f6e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm run build
## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
to discuss what you would like to change.

## License

Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "security-txt",
"version": "1.0.0",
"version": "1.0.1",
"author": "Tyler Stokes <[email protected]>",
"license": "GPLv3 or later",
"main": "security-txt.php",
Expand All @@ -15,9 +15,7 @@
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
"start": "wp-scripts start"
},
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion security-txt.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Creates a security.txt file with contact info.
* Plugin Name: Security TXT
* Plugin URI:
* Version: 1.0.0
* Version: 1.0.1
* Author: Tyler Stokes
* Author URI: https://tswebservices.com/
* License: GPLv3 or later
Expand Down

0 comments on commit c14f6e8

Please sign in to comment.