Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvarkey committed Jan 26, 2022
1 parent 3c66d29 commit 91db282
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/share/metainfo/com.kavilgroup.gestimator.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<project_group>Office</project_group>
<content_rating type="oars-1.1" />
<releases>
<release date="2022-01-28" version="2.3.0" />
<release date="2020-04-17" version="2.2.0" />
<release date="2019-06-27" version="2.1.0" />
<release date="2019-04-01" version="2.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions estimator/interface/aboutdialog.glade
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkAboutDialog" id="aboutdialog">
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<property name="program_name">GEstimator</property>
<property name="version">2.2</property>
<property name="version">2.3</property>
<property name="copyright" translatable="yes">Copyright © 2017 Manu Varkey</property>
<property name="comments" translatable="yes">
GEstimator is a civil estimation software for preparing cost estimates of civil/electrical works along with detailed rate analysis.
Expand All @@ -21,7 +21,7 @@ MoUDH, Govt of India</property>
(anupama264@gmail.com)</property>
<property name="logo_icon_name">applications-engineering-symbolic</property>
<property name="license_type">gpl-3-0</property>
<child>
<child type="titlebar">
<placeholder/>
</child>
<child internal-child="vbox">
Expand Down
4 changes: 2 additions & 2 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
!define DESCRIPTION "Civil estimation program for civil/electrical works"
# These three must be integers
!define VERSIONMAJOR 2
!define VERSIONMINOR 2
!define VERSIONMINOR 3
!define VERSIONBUILD 1
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
# It is possible to use "mailto:" links in here to open the email client
Expand All @@ -28,7 +28,7 @@ LicenseData "LICENSE"
# This will be in the installer/uninstaller's title bar
Name "${APPNAME}"
Icon "GEstimator.ico"
outFile "GEstimator-win64-2-2-1.exe"
outFile "GEstimator-win64-2-3-1.exe"

!include LogicLib.nsh

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="GEstimator",

# Version number (initial):
version="2.2",
version="2.3",

# Application author details:
author="Manu Varkey",
Expand Down

0 comments on commit 91db282

Please sign in to comment.