1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2025-04-19 05:35:36 +03:00

updating versioning in the plugin and in the read me to use the x.y.z format (rather than the x.y format)

fixes #33
This commit is contained in:
Tom McFarlin 2013-05-09 21:31:41 -04:00
parent 996f999c55
commit 0fd7ce4344
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
Plugin Name: TODO
Plugin URI: TODO
Description: TODO
Version: 1.0
Version: 1.0.0
Author: TODO
Author URI: TODO
Author Email: TODO
@ -35,7 +35,7 @@ License:
* Use PHPDoc directives if you wish to be able to document the code using a documentation
* generator.
*
* @version 1.0
* @version 1.0.0
*/
class PluginName {