Skip to content

Commit 62d6b16

Browse files
author
paul de wouters
committed
Version 3.1.2
1 parent 974a939 commit 62d6b16

7 files changed

+322
-195
lines changed

backupwordpress.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BackUpWordPress
44
Plugin URI: http://bwp.hmn.md/
55
Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
6-
Version: 3.1.1
6+
Version: 3.1.2
77
Author: Human Made Limited
88
Author URI: http://hmn.md/
99
License: GPL-2.0+
@@ -43,7 +43,7 @@
4343
*/
4444
final class Plugin {
4545

46-
const PLUGIN_VERSION = '3.1.1';
46+
const PLUGIN_VERSION = '3.1.2';
4747

4848
/**
4949
* @var Plugin The singleton instance.

0 commit comments

Comments
 (0)