Skip to content

Commit

Permalink
WIP ollama preferences dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Mar 9, 2024
1 parent 9c15473 commit 57d6277
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# variables
#

MINDFORGER_VERSION := 2.0.0
MINDFORGER_VERSION := 2.1.0
MINDFORGER_RELEASE_BASE_DIR := /home/dvorka/p/mindforger/release
MINDFORGER_RELEASE_DIR := $(MINDFORGER_RELEASE_BASE_DIR)/$(MINDFORGER_VERSION)-maker

Expand Down
2 changes: 1 addition & 1 deletion build/debian/debian-aptly-add-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# See 'MindForger Release Guide#Debian and my PPA' notebook for detailed steps description...

# .deb package to be added
export NEW_VERSION_NAME="2.0.0"
export NEW_VERSION_NAME="2.1.0"
export NEW_RELEASE_NAME="mindforger_${NEW_VERSION_NAME}"
export NEW_DEB_NAME="${NEW_RELEASE_NAME}-1_amd64.deb"
# Debian release ~ aptly publish
Expand Down
2 changes: 1 addition & 1 deletion build/debian/debian-make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function buildDebPackage() {
# # Main #
# ############################################################################

export ARG_VERSION="2.0.0"
export ARG_VERSION="2.1.0"
export ARG_BAZAAR_MSG="MindForger ${ARG_VERSION} release."

# Debian releases: https://www.debian.org/releases/
Expand Down
2 changes: 1 addition & 1 deletion build/debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mindforger (2.0.0-1) unstable; urgency=low
mindforger (2.1.0-1) unstable; urgency=low

* Initial New features.

Expand Down
2 changes: 1 addition & 1 deletion build/fedora/fedora-rpm-from-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "==============================================================="

if [[ -z "${1}" ]]
then
export MFVERSION="2.0.0"
export MFVERSION="2.1.0"
else
export MFVERSION="${1}"
fi
Expand Down
2 changes: 1 addition & 1 deletion build/macos/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

export MINDFORGER_VERSION="2.0.0"
export MINDFORGER_VERSION="2.1.0"

# aligned with Ubuntu 18.4
# export QT_VERSION="5.9.9"
Expand Down
2 changes: 1 addition & 1 deletion build/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mindforger
base: core18 # the base snap is the execution environment for this snap: core18 (18.04), core20 (20.04)
version: '2.0.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '2.1.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: Thinking notebook and Markdown editor
description: |
Search, browse, view and edit your Markdown files. Get as much
Expand Down
2 changes: 1 addition & 1 deletion build/tarball/tarball-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function buildGitHubTarball {
# # Main #
# ############################################################################

export ARG_VERSION="2.0.0"
export ARG_VERSION="2.1.0"
export ARG_BAZAAR_MSG="MindForger ${ARG_VERSION} release."

buildGitHubTarball "${ARG_VERSION}" "${ARG_BAZAAR_MSG}" ${1}
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mindforger (2.0.0-0ubuntu1) bionic; urgency=low
mindforger (2.1.0-0ubuntu1) bionic; urgency=low

* New version.

Expand Down

0 comments on commit 57d6277

Please sign in to comment.