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

Commit 378881d

Browse files
authored
Bump version
1 parent c333d29 commit 378881d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acf-icon-picker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Advanced Custom Fields: Icon Picker
44
Plugin URI: https://github.com/houke/acf-icon-picker
55
Description: Allows you to pick an icon from a predefined list
6-
Version: 1.8.0
6+
Version: 1.9.0
77
Author: Houke de Kwant
88
Author URI: ttps://github.com/houke/
99
License: GPLv2 or later
@@ -21,7 +21,7 @@ class acf_plugin_icon_picker {
2121
function __construct() {
2222

2323
$this->settings = array(
24-
'version' => '1.8.0',
24+
'version' => '1.9.0',
2525
'url' => plugin_dir_url( __FILE__ ),
2626
'path' => plugin_dir_path( __FILE__ )
2727
);

0 commit comments

Comments
 (0)