Skip to content

Commit

Permalink
Merge branch 'release/0.9.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
leftytennis committed Jul 5, 2019
2 parents 96cd8c7 + 2622c06 commit fc3a265
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/InkjetPlumber.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleIdentifier</key>
<string>org.threeputt.Inkjet Plumber</string>
<key>CFBundleVersion</key>
<string>0.9.7</string>
<string>0.9.8</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>SUAutomaticallyUpdate</key>
Expand Down
2 changes: 1 addition & 1 deletion src/preferencesdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void PreferencesDialog::dialog_button_clicked(QAbstractButton *button)
void PreferencesDialog::done(int result)
{
bool is_error = false;
QRegularExpression numeric("^[1-9](?:[0-9]{0,1})$");
QRegularExpression numeric("^[1-9](?:[0-9]{0,2})$");

if (result == QDialog::Accepted)
{
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#ifndef VERSION_H
#define VERSION_H

#define INKJETPLUMBER_VERSION "0.9.7"
#define INKJETPLUMBER_VERSION "0.9.8"

#endif // VERSION_H

0 comments on commit fc3a265

Please sign in to comment.