Skip to content

Commit

Permalink
1.1.4 - Version bump in internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Jun 25, 2017
1 parent f0eeba7 commit 5dea2a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
com.github.lainsce.quilter (1.1.4) xenial; urgency=low

* Speed up saving files.
* Fix crash when no file is present at launch.
* Fix crash when there's still no file at close.

-- Lains <[email protected]> Sun, 25 June 2017 14:56:00 -0300

com.github.lainsce.quilter (1.1.3) xenial; urgency=low

* Save files when modified.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Name our project
project('com.github.lainsce.quilter', ['vala', 'c'],
version: '1.1.3'
version: '1.1.4'
)

# Import main lib files
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Quilter {
app_years = "2017";
exec_name = "com.github.lainsce.quilter";
app_launcher = "com.github.lainsce.quilter";
build_version = "1.1.3";
build_version = "1.1.4";
app_icon = "com.github.lainsce.quilter";
main_url = "https://github.com/lainsce/quilter/";
bug_url = "https://github.com/lainsce/quilter/issues";
Expand Down

0 comments on commit 5dea2a3

Please sign in to comment.