Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelmoses committed Oct 24, 2017
1 parent b244eac commit e9f00db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions acf-icomoon.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Advanced Custom Fields: IcoMoon
Version: 1.0.2
Version: 1.0.3
Plugin URI: http://www.jameelmoses.com
Description: ACF IcoMoon select field
Author: Jameel Moses
Expand Down Expand Up @@ -32,7 +32,7 @@
die();
}

define( 'ACF_ICOMOON_VER', '1.0.2' );
define( 'ACF_ICOMOON_VER', '1.0.3' );
define( 'ACF_ICOMOON_URL', plugin_dir_url( __FILE__ ) );
define( 'ACF_ICOMOON_DIR', plugin_dir_path( __FILE__ ) );

Expand Down
6 changes: 3 additions & 3 deletions languages/bea-acf-icomoon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Advanced Custom Fields: IcoMoon package.
msgid ""
msgstr ""
"Project-Id-Version: Advanced Custom Fields: IcoMoon 1.0.2\n"
"Project-Id-Version: Advanced Custom Fields: IcoMoon 1.0.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-icomoon\n"
"POT-Creation-Date: 2017-07-30 00:24:06+00:00\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -34,9 +34,9 @@ msgstr ""
msgid "Advanced Custom Fields: IcoMoon"
msgstr ""

#. #-#-#-#-# acf-icomoon.pot (Advanced Custom Fields: IcoMoon 1.0.2) #-#-#-#-#
#. #-#-#-#-# acf-icomoon.pot (Advanced Custom Fields: IcoMoon 1.0.3) #-#-#-#-#
#. Plugin URI of the plugin/theme
#. #-#-#-#-# acf-icomoon.pot (Advanced Custom Fields: IcoMoon 1.0.2) #-#-#-#-#
#. #-#-#-#-# acf-icomoon.pot (Advanced Custom Fields: IcoMoon 1.0.3) #-#-#-#-#
#. Author URI of the plugin/theme
msgid "http://www.jameelmoses.com"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jameelmoses-acf-icomoon",
"version": "1.0.2",
"version": "1.0.3",
"description": "ACF IcoMoon select field",
"author": "Jameel Moses",
"devDependencies": {
Expand Down

0 comments on commit e9f00db

Please sign in to comment.