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

Commit 188e3e4

Browse files
authored
Update fio-transactions.php
1 parent cd3639e commit 188e3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/fio-transactions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Fio bank - transactions
44
* Plugin URI: https://github.com/skaut/skaut-fio-bank-transactions
55
* Description: Zobrazování transakcí z Fio banky.
6-
* Version: 1.1.1
6+
* Version: 1.1.2
77
* Author: Junák - český skaut
88
* Author URI: https://github.com/skaut
99
* Text Domain: skaut-fio-bank-transactions
@@ -22,7 +22,7 @@
2222
define( 'FIOTRANSACTIONS_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'FIOTRANSACTIONS_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'FIOTRANSACTIONS_NAME', 'fio_bank_transactions' );
25-
define( 'FIOTRANSACTIONS_VERSION', '1.1.1' );
25+
define( 'FIOTRANSACTIONS_VERSION', '1.1.2' );
2626

2727
class FioTransactions {
2828

0 commit comments

Comments
 (0)