Skip to content

Commit

Permalink
tag version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Jun 3, 2024
1 parent abfd963 commit ac6d0f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
.phpunit.result.cache
multisite.xml
multisite.xml.dist
.phpcs.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "the-markup/smol-links",
"description": "Create and manage Shlink short links from WordPress",
"version": "0.2.0",
"version": "0.3.0",
"type": "wordpress-plugin",
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

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,6 +1,6 @@
{
"name": "smol-links",
"version": "0.2.0",
"version": "0.3.0",
"description": "Create and manage Shlink short links from WordPress",
"main": "build/index.js",
"author": "The Markup",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: short url, shlink
Requires at least: 4.5
Tested up to: 6.5.3
Requires PHP: 7.3
Stable tag: 0.2.0
Stable tag: 0.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit ac6d0f1

Please sign in to comment.