Skip to content

Commit

Permalink
build: update package file versions to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 28, 2023
1 parent 4ffd8da commit b10b6f9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"email": "[email protected]"
}
],
"require": [],
"require": {},
"autoload": {
"psr-4": {
"CustomShortLinks\\": "source/php/"
}
},
"version": "2.0.0"
"version": "3.0.2"
}
2 changes: 1 addition & 1 deletion custom-short-links.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Custom Short Links
* Plugin URI:
* Description: Create short links for urls
* Version: 2.0.0
* Version: 3.0.2
* Author: Kristoffer Svanmark
* Author URI:
* License: MIT
Expand Down
32 changes: 16 additions & 16 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,6 +1,6 @@
{
"name": "custom-short-links",
"version": "2.0.0",
"version": "3.0.2",
"description": "Create short links for urls",
"main": "",
"scripts": {
Expand Down

0 comments on commit b10b6f9

Please sign in to comment.