Skip to content

Commit 510049d

Browse files
committed
Merge branch 'develop'
2 parents 3724f34 + ea17e7e commit 510049d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Yes, please! We need every heart, hand and mouth. Talk about us, help us improve
7070

7171
== Changelog ==
7272

73+
= 1.0.2 =
74+
* Fixing version numbers.
75+
7376
= 1.0.1 =
7477
* Fix overseen PHP error calling $order->id directly
7578
* Adds all available filters to Readme

repack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: RePack - Reuse Packaging for WooCommerce
1212
* Plugin URI: https://WeRePack.org/download
1313
* Description: Get permission from your customers to reuse already used shipping packaging. As a shop owner it is an easy way to save resources, money and above all to protect the environment.
14-
* Version: 1.0.1
14+
* Version: 1.0.2
1515
* Author: WeRePack.org
1616
* Author URI: https://WeRePack.org
1717
* Text Domain: repack
@@ -34,7 +34,7 @@
3434
* Start at version 1.0.0 and use SemVer - https://semver.org
3535
* Rename this for your plugin and update it as you release new versions.
3636
*/
37-
define( 'REPACK_VERSION', '1.0.1' );
37+
define( 'REPACK_VERSION', '1.0.2' );
3838

3939
/**
4040
* The code that runs during plugin activation.

0 commit comments

Comments
 (0)