Skip to content

Commit

Permalink
Change branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Nov 9, 2022
1 parent cd5ec60 commit a7a4dc9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.0

- Change branch from master to main

## 1.5.9

- Use images from Site Options
Expand Down
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
*/
require 'plugin-update-checker/plugin-update-checker.php';
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
'https://github.com/missionbit/f1-mission-bit/',
'https://github.com/MissionBit/f1-mission-bit/',
__FILE__,
'f1-mission-bit'
);

//Set the branch that contains the stable release.
$myUpdateChecker->setBranch('master');
$myUpdateChecker->setBranch('main');
$myUpdateChecker->getVcsApi()->enableReleaseAssets();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f1-mission-bit",
"version": "1.5.9",
"version": "1.6.0",
"scripts": {
"build": "yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss",
"build-js": "parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
Author: Factor1 Studios
Author URI: https://factor1studios.com
Description: A custom WordPress theme for Mission Bit developed by Factor1
Version: 1.5.9
Version: 1.6.0
License: GPL-3.0
License URI:
Text Domain:
Expand Down

0 comments on commit a7a4dc9

Please sign in to comment.