Skip to content

Commit 36a5f11

Browse files
committed
Version number update
1 parent 42d74af commit 36a5f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/easycoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2);
1717
function easycoder_enqueue_script() {
1818
wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ )
19-
. 'easycoder-min.js', array(), '2.5.6');
19+
. 'easycoder-min.js', array(), '2.6.0');
2020
}
2121

2222
// Set up default plugin and REST scripts

0 commit comments

Comments
 (0)