Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeGuigui committed Dec 14, 2022
1 parent 88e8d09 commit 6d5d674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Tags: dvd, movies
* Requires at least: 5.2
* Tested up to: 6.1
* Stable tag: 1.1.0
* Stable tag: 1.1.1
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
6 changes: 3 additions & 3 deletions filmotech.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* @package Filmotech
*
* @wordpress-plugin
* Plugin Name: Filmotech Databasse Viewer
* Plugin Name: Filmotech Database Viewer
* Plugin URI: https://github.com/ZeGuigui/filmotech-wp-plugin
* Description: Display your filmotech collection inside your website!
* Version: 1.1.0
* Version: 1.1.1
* Author: Guillaume Lapierre
* Author URI: https://www.zeguigui.com
* License: GPL-2.0+
Expand All @@ -29,7 +29,7 @@
/**
* Currently plugin version.
*/
define( 'PLUGIN_NAME_VERSION', '1.0.1' );
define( 'PLUGIN_NAME_VERSION', '1.1.1' );

define ('FILMOTECH_PLUGIN_NAME', __('Filmotech Database Viewer','filmotech'));
define ('FILMOTECH_PLUGIN_DESC', __('Display your filmotech collection inside your website!','filmotech'));
Expand Down

0 comments on commit 6d5d674

Please sign in to comment.