Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Jan 3, 2025
1 parent d8a8cd8 commit 83a818a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "tyisi/super-simple-stripe-button",
"version": "2.0.2",
"version": "2.0.3",
"description": "A super simple Stripe button for Wordpress",
"license": "MIT",
"require": {
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@tyisi/super-simple-stripe-button",
"version": "2.0.2",
"version": "2.0.3",
"description": "A super simple Stripe button for Wordpress",
"scripts": {
"build": "wireit",
Expand Down
2 changes: 1 addition & 1 deletion super-simple-stripe-button.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Super Simple Stripe Button
* Plugin URI: https://github.com/tyisi/super-simple-stripe-button/
* Description: A super simple Stripe button plugin
* Version: 2.0.2
* Version: 2.0.3
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Ty Eggen
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'tyisi/super-simple-stripe-button',
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'pretty_version' => '2.0.3',
'version' => '2.0.3.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
Expand All @@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'tyisi/super-simple-stripe-button' => array(
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'pretty_version' => '2.0.3',
'version' => '2.0.3.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 83a818a

Please sign in to comment.