Skip to content

Commit a7a4dc9

Browse files
committed
Change branch from master to main
1 parent cd5ec60 commit a7a4dc9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.0
2+
3+
- Change branch from master to main
4+
15
## 1.5.9
26

37
- Use images from Site Options

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
*/
5757
require 'plugin-update-checker/plugin-update-checker.php';
5858
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
59-
'https://github.com/missionbit/f1-mission-bit/',
59+
'https://github.com/MissionBit/f1-mission-bit/',
6060
__FILE__,
6161
'f1-mission-bit'
6262
);
6363

6464
//Set the branch that contains the stable release.
65-
$myUpdateChecker->setBranch('master');
65+
$myUpdateChecker->setBranch('main');
6666
$myUpdateChecker->getVcsApi()->enableReleaseAssets();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f1-mission-bit",
3-
"version": "1.5.9",
3+
"version": "1.6.0",
44
"scripts": {
55
"build": "yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss",
66
"build-js": "parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache",

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
44
Author: Factor1 Studios
55
Author URI: https://factor1studios.com
66
Description: A custom WordPress theme for Mission Bit developed by Factor1
7-
Version: 1.5.9
7+
Version: 1.6.0
88
License: GPL-3.0
99
License URI:
1010
Text Domain:

0 commit comments

Comments
 (0)