From 5e9afb5eb940575112dc6a00f42c9655174d785e Mon Sep 17 00:00:00 2001 From: Nathan Pitman Date: Tue, 12 Aug 2014 11:22:51 +0100 Subject: [PATCH] Bump version number --- system/third_party/nf_categories_field/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/third_party/nf_categories_field/config.php b/system/third_party/nf_categories_field/config.php index f98d224..eda57d8 100644 --- a/system/third_party/nf_categories_field/config.php +++ b/system/third_party/nf_categories_field/config.php @@ -12,7 +12,7 @@ if ( ! defined('NF_CF_NAME')) { define('NF_CF_NAME', 'Categories Field'); - define('NF_CF_VERSION', '1.0.5'); + define('NF_CF_VERSION', '1.0.6'); define('NF_CF_DOCS', 'http://github.com/ninefour/categories_field.ft.ee_addon'); }