Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update fio-transactions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kalich5 authored Aug 15, 2021
1 parent cd3639e commit 188e3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/fio-transactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Fio bank - transactions
* Plugin URI: https://github.com/skaut/skaut-fio-bank-transactions
* Description: Zobrazování transakcí z Fio banky.
* Version: 1.1.1
* Version: 1.1.2
* Author: Junák - český skaut
* Author URI: https://github.com/skaut
* Text Domain: skaut-fio-bank-transactions
Expand All @@ -22,7 +22,7 @@
define( 'FIOTRANSACTIONS_PATH', plugin_dir_path( __FILE__ ) );
define( 'FIOTRANSACTIONS_URL', plugin_dir_url( __FILE__ ) );
define( 'FIOTRANSACTIONS_NAME', 'fio_bank_transactions' );
define( 'FIOTRANSACTIONS_VERSION', '1.1.1' );
define( 'FIOTRANSACTIONS_VERSION', '1.1.2' );

class FioTransactions {

Expand Down

0 comments on commit 188e3e4

Please sign in to comment.