Skip to content

Commit

Permalink
Bump revision, Release 1.3.0
Browse files Browse the repository at this point in the history
Let's make a minor version jump to celebrate the liberation from
SQLite. Though it's still needed for migrating old rules.
  • Loading branch information
Humdinger committed Dec 17, 2021
1 parent e816b62 commit d081c86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sources/AutoFiler.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;

resource app_version {
major = 1,
middle = 1,
middle = 3,
minor = 0,

variety = 5,
Expand Down
4 changes: 2 additions & 2 deletions sources/Filer.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ resource app_flags B_MULTIPLE_LAUNCH;

resource app_version {
major = 1,
middle = 2,
minor = 2,
middle = 3,
minor = 0,

variety = 5,
internal = 0,
Expand Down
2 changes: 1 addition & 1 deletion sources/HelpTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ HelpTab::HelpTab()
| B_FONT_FLAGS);
fName->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));

fVersion = new BStringView("version", "v1.2.2");
fVersion = new BStringView("version", "v1.3.0");
fVersion->GetFont(&font);
font.SetFace(B_REGULAR_FACE);
font.SetSize(font.Size() * 0.9);
Expand Down

0 comments on commit d081c86

Please sign in to comment.