Skip to content

Commit

Permalink
i suck at versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-peacock committed Oct 16, 2014
1 parent 835c045 commit 1144460
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/css/dm-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plugin Name: Device Mockups
Plugin URI: https://wordpress.org/plugins/device-mockups/
Author: Justin Peacock
Author URI: http://byjust.in/
Version: 1.4.0
Version: 1.4.0.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down
2 changes: 1 addition & 1 deletion assets/css/dm-style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/jquery.flexslider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "device-mockups",
"version": "1.4.0",
"version": "1.4.0.1",
"homepage": "https://wordpress.org/plugins/device-mockups/",
"authors": [
"Justin Peacock <justin@sixteenbit.com>"
Expand Down
4 changes: 2 additions & 2 deletions device-mockups.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://wordpress.org/plugins/device-mockups/
Description: Show your work in high resolution, responsive device mockups using only shortcodes.
Author: Justin Peacock
Version: 1.4.0
Version: 1.4.0.1
Author URI: http://byjust.in
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -349,7 +349,7 @@ function galleryBuild($attr) {
function dm_scripts() {
$plugin_url = get_option('siteurl') . "/" . PLUGINDIR . "/" . plugin_basename(dirname(__FILE__));
if (!is_admin()) {
wp_enqueue_style( 'DM-style', plugins_url('assets/css/dm-style.min.css', __FILE__), false, '1.4.0' );
wp_enqueue_style( 'DM-style', plugins_url('assets/css/dm-style.min.css', __FILE__), false, '1.4.0.1' );
wp_enqueue_script('dm_flexslider', $plugin_url.'/assets/js/jquery.flexslider.min.js', array('jquery'));
}
}
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": "device-mockups",
"version": "1.4.0",
"version": "1.4.0.1",
"author": {
"name": "Justin Peacock",
"uri": "http://byjust.in/"
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: portfolio, shortcode, device, mockup, iphone, responsive
Requires at least: 3.0.1
Tested up to: 4.0
Stable tag: 1.4.0
Stable tag: 1.4.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 1144460

Please sign in to comment.