Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTh0r0 committed Apr 1, 2024
1 parent f8f4944 commit afdb9aa
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.28.0-{build}
version: 0.28.1-{build}
branches:
only:
- main
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cmake_minimum_required(VERSION 3.14)
project(InyokaEdit
VERSION 0.28.0
VERSION 0.28.1
DESCRIPTION "Editor for Inyoka based portals"
HOMEPAGE_URL "https://github.com/inyokaproject/inyokaedit"
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = InyokaEdit
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.28.0
PROJECT_NUMBER = 0.28.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions application/application.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ unix: !macx {

DESTDIR = ../

win32:VERSION = 0.28.0.0
else:VERSION = 0.28.0
win32:VERSION = 0.28.1.0
else:VERSION = 0.28.1

QMAKE_TARGET_PRODUCT = "InyokaEdit"
QMAKE_TARGET_DESCRIPTION = "Editor for Inyoka based portals"
Expand Down
4 changes: 2 additions & 2 deletions application/data/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.28.0</string>
<string>0.28.1</string>
<key>CFBundleVersion</key>
<string>0.28.0</string>
<string>0.28.1</string>
<key>NSHumanReadableCopyright</key>
<string>(c) 2011-present, The InyokaEdit developers</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<content_rating type="oars-1.0" />

<releases>
<release version="0.28.1" date="2024-04-01">
<description>
<p>Changes:</p>
<ul>
<li>Fix hunspell/nuspell linking (Flatpak and AUR)</li>
</ul>
</description>
</release>
<release version="0.28.0" date="2024-03-30">
<description>
<p>Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-hunspell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with InyokaEdit. If not, see <https://www.gnu.org/licenses/>.

project(spellchecker-hunspell
VERSION 1.4.0
VERSION 1.4.1
DESCRIPTION "Hunspell based spell checker plugin for InyokaEdit"
HOMEPAGE_URL "https://github.com/inyokaproject/inyokaedit"
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-hunspell/spellchecker-hunspell.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONFIG += plugin
TARGET = spellchecker-hunspell
DESTDIR = ../

VERSION = 1.4.0
VERSION = 1.4.1
QMAKE_TARGET_DESCRIPTION = "Hunspell based spell checker plugin for InyokaEdit"
QMAKE_TARGET_COPYRIGHT = "(C) 2011 Volker Götz, 2014-present - Thorsten Roth"

Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-nuspell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with InyokaEdit. If not, see <https://www.gnu.org/licenses/>.

project(spellchecker-nuspell
VERSION 1.1.0
VERSION 1.1.1
DESCRIPTION "Nuspell based spell checker plugin for InyokaEdit"
HOMEPAGE_URL "https://github.com/inyokaproject/inyokaedit"
)
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-nuspell/spellchecker-nuspell.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONFIG += plugin
TARGET = spellchecker-nuspell
DESTDIR = ../

VERSION = 1.1.0
VERSION = 1.1.1
QMAKE_TARGET_DESCRIPTION = "Nuspell based spell checker plugin for InyokaEdit"
QMAKE_TARGET_COPYRIGHT = "(C) 2011 Volker Götz, 2014-present - Thorsten Roth"

Expand Down

0 comments on commit afdb9aa

Please sign in to comment.