Skip to content

Commit

Permalink
Verion number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiesForDevo committed Mar 28, 2016
1 parent 0389703 commit eb4e038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wordpress.plupload.helper v0.1b
wordpress.plupload.helper v0.2b
=====

Summary
Expand Down Expand Up @@ -38,8 +38,8 @@ The other method is to register and enqueue the scripts.
add_action('wp_print_scripts', 'enqueue_plupload_helper');
add_action('admin_print_scripts', 'enqueue_plupload_helper');
function register_plupload_helper() {
wp_register_style('plupload-helper', get_stylesheet_directory_uri() . '/bower_components/wordpress.plupload.helper/css/wordpress.plupload.helper.css', false, '0.1b', 'screen');
wp_register_script('plupload-helper', get_stylesheet_directory_uri() . '/bower_components/wordpress.plupload.helper/js/min/wordpress.plupload.helper-min.js', array('jquery','plupload-all'), '0.1b', true);
wp_register_style('plupload-helper', get_stylesheet_directory_uri() . '/bower_components/wordpress.plupload.helper/css/wordpress.plupload.helper.css', false, '0.2b', 'screen');
wp_register_script('plupload-helper', get_stylesheet_directory_uri() . '/bower_components/wordpress.plupload.helper/js/min/wordpress.plupload.helper-min.js', array('jquery','plupload-all'), '0.2b', true);
}
?>
```
Expand Down

1 comment on commit eb4e038

@CookiesForDevo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh. VERSION.

Please sign in to comment.