Skip to content

Commit

Permalink
New HomeSetup revision: v'1.7.25' >> No commits
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Nov 4, 2024
1 parent a66b7d2 commit f059705
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.24
1.7.25
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)](https://github.com/yorevs/homesetup)
[![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md)
[![Release](https://badgen.net/badge/release/v1.7.24/gray)](docs/CHANGELOG.md#unreleased)
[![Release](https://badgen.net/badge/release/v1.7.25/gray)](docs/CHANGELOG.md#unreleased)
[![Gitter](https://badgen.net/badge/icon/gitter?icon=gitter&label)](https://gitter.im/yorevs-homesetup/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Donate](https://badgen.net/badge/paypal/donate/yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J5CDEFLF6M3H4)
[![Build](https://github.com/yorevs/homesetup/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/yorevs/homesetup/actions/workflows/build-and-test.yml)
Expand Down
2 changes: 1 addition & 1 deletion bin/apps/bash/hhs-app/hhs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function command_hint() {
echo " - ${BLUE}${match}${NC}"
done
else
__hhs_ercho "> Type 'hhs list' to find out options."
__hhs_errcho "> Type 'hhs list' to find out options."
fi

quit 1 # Exit with an error
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "1.7.24"
current_version = "1.7.25"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "++version {old_version} -> {new_version}"
commit = false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app_version = '1.7.24'
app_version = '1.7.25'
app_name = 'HomeSetup'
bashVersion = '3.2.57'

0 comments on commit f059705

Please sign in to comment.