Skip to content

Commit

Permalink
0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Feb 11, 2017
1 parent c6053a4 commit 4315229
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/appveyor/sakia.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#error "Unable to find MyAppExe"
#endif

#define MyAppVerStr "0.30.4"
#define MyAppVerStr "0.30.5"

[Setup]
AppName={#MyAppName}
Expand Down
2 changes: 1 addition & 1 deletion ci/travis/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: sakia
Version: 0.30.4
Version: 0.30.5
Section: misc
Priority: optional
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion ci/travis/debian/usr/share/applications/sakia.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.30.4
Version=0.30.5
Name=Sakia
Comment=Duniter Qt Client
Exec=sakia
Expand Down
2 changes: 1 addition & 1 deletion src/sakia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ('0', '30', '4')
__version_info__ = ('0', '30', '5')
__version__ = '.'.join(__version_info__)

0 comments on commit 4315229

Please sign in to comment.