Skip to content

Commit 1638345

Browse files
authored
Bump version numbers
1 parent d6523f2 commit 1638345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

force-https.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Force HTTPS
44
Plugin URI: https://www.littlebizzy.com/plugins/force-https
55
Description: Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).
6-
Version: 1.4.0
6+
Version: 1.4.1
77
Author: LittleBizzy
88
Author URI: https://www.littlebizzy.com
99
License: GPLv3
@@ -20,9 +20,9 @@
2020
// Plugin constants
2121
const FILE = __FILE__;
2222
const PREFIX = 'fhttps';
23-
const VERSION = '1.4.0';
23+
const VERSION = '1.4.1';
2424
const REPO = 'littlebizzy/force-https';
2525

2626
// Boot
2727
require_once dirname(FILE).'/helpers/boot.php';
28-
Helpers\Boot::instance(FILE);
28+
Helpers\Boot::instance(FILE);

0 commit comments

Comments
 (0)