Skip to content

Commit 5244925

Browse files
committed
Version push.
1 parent 11fc8fe commit 5244925

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

class-simple-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Simple_Options {
2626
*
2727
* @const string
2828
*/
29-
const VERSION = '0.4.3';
29+
const VERSION = '0.4.4';
3030

3131
/**
3232
* Unique identifier for your plugin.

simple-options.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/**
2+
/**
33
* The WordPress Plugin Boilerplate.
44
*
55
* A foundation off of which to build well-documented WordPress plugins that also follow
@@ -15,7 +15,7 @@
1515
* Plugin Name: Simple Options Framework
1616
* Plugin URI: https://github.com/SimpleRain/SimpleOptions
1717
* Description: A simple wordpress options framework for developers.
18-
* Version: 0.4.3
18+
* Version: 0.4.4
1919
* Author: Dovy Paukstys
2020
* Author URI: http://simplerain.com
2121
* Text Domain: simple-options

0 commit comments

Comments
 (0)