Skip to content

Commit 2661aad

Browse files
committed
Bump version to 1.3.0 main
1 parent db22409 commit 2661aad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/fopus.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919

2020
set +o allexport
21-
version=1.3.0-beta
21+
version=1.3.0
2222

2323
typeset -A fopus_config
2424
fopus_config=(
@@ -37,14 +37,14 @@ DATE=$(date +%Y-%m-%d)
3737
CONFIG_PATH_DIR="$HOME/.config/fopus"
3838

3939
# master
40-
# EXEC_NAME="fopus"
41-
# REMOTE_URL="https://raw.githubusercontent.com/guimspace/fopus/master/src/fopus.sh"
42-
# CONFIG_PATH_FILE="$CONFIG_PATH_DIR/fopus.conf"
40+
EXEC_NAME="fopus"
41+
REMOTE_URL="https://raw.githubusercontent.com/guimspace/fopus/master/src/fopus.sh"
42+
CONFIG_PATH_FILE="$CONFIG_PATH_DIR/fopus.conf"
4343

4444
# beta
45-
EXEC_NAME="fopus-beta"
46-
REMOTE_URL="https://raw.githubusercontent.com/guimspace/fopus/beta/src/fopus.sh"
47-
CONFIG_PATH_FILE="$CONFIG_PATH_DIR/fopus-beta.conf"
45+
# EXEC_NAME="fopus-beta"
46+
# REMOTE_URL="https://raw.githubusercontent.com/guimspace/fopus/beta/src/fopus.sh"
47+
# CONFIG_PATH_FILE="$CONFIG_PATH_DIR/fopus-beta.conf"
4848

4949

5050
check_requirements()

0 commit comments

Comments
 (0)