Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <[email protected]>
  • Loading branch information
DiegoAndresCortes committed Nov 6, 2020
1 parent dd303f6 commit d2374e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Shop/Shop.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Shop
{
public static $name = 'Shop';
public static $version = '4.1';
public static $version = '4.1.1';
public static $addonsdir = '/Shop/Integration/Addons/';
public static $itemsdir = '/shop_items/items/';
public static $modulesdir = '/Shop/Modules/';
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>smftricks:shop</id>
<name>ST Shop</name>
<version>4.1</version>
<version>4.1.1</version>
<type>modification</type>
<install for="2.1 - 2.1.99, 2.1 RC3, 2.1 RC4">
<!-- Mod Readme -->
Expand Down

0 comments on commit d2374e3

Please sign in to comment.