Skip to content

Commit

Permalink
chore: Release 3.1.0
Browse files Browse the repository at this point in the history
* Update version number

* Update version in flatpak

* Update changelog

Co-authored-by: Gergely Gombos <gergely.gombos@logmein.com>
  • Loading branch information
pktiuk and Gergely Gombos authored Sep 9, 2020
1 parent 5d80c59 commit 58cbb66
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
- name: Upload binaries to release
uses: AButler/upload-release-assets@v2.0
with:
files: ./build/antimicrox*.AppImage;./build/antimicrox*.zsync
files: ./build/AntiMicroX*.AppImage;./build/AntiMicroX*.zsync
repo-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ endif()

# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 0)
set(ANTIMICROX_PATCH_VERSION 1)
set(ANTIMICROX_MINOR_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 0)

# antilib soname version
set(ANTILIB_MAJOR_VERSION 1)
Expand Down
18 changes: 18 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2020-09-09 Paweł Kotiuk <kotiuk@zohomail.eu>


Version 3.1.0

* Updated documentation connected with migration to new repository

* Add instruction and config for building Flatpak packages - Gergely "gombosg" Gombos

* Multiple improvements of packaging for Debian/Ubuntu

* Ensure consistent naming across entire project

* Rename used directories and files from antimicroX to antimicrox

* First official AppImage release


2018-16-06 Jagoda Gorska <juliagoda.pl@protonmail.com>


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="./src/images/antimicrox.png" alt="Icon" width="60"/> AntiMicroX 3.0.1
# <img src="./src/images/antimicrox.png" alt="Icon" width="60"/> AntiMicroX 3.1.0


1. [Description](#description)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<url type="homepage">https://github.com/AntiMicroX/antimicrox/</url>
<launchable type="desktop-id">.desktop</launchable>
<releases>
<release version="3.1.0" date="2020-09-09"/>
<release version="3.0.1" date="2020-08-23"/>
<release version="3.0" date="2020-06-11"/>
<release version="2.25" date="2020-01-07"/>
Expand Down

0 comments on commit 58cbb66

Please sign in to comment.