Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 30, 2020
1 parent f5d385e commit 1d8dea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gifski/EditVideoViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ final class EditVideoViewController: NSViewController {

private func showFpsWarningIfNeeded() {
SSApp.runOnce(identifier: "fpsWarning") {
delay(seconds: 0.5) {
delay(seconds: 1) {
NSAlert.showModal(
for: self.view.window,
message: "Animated GIF Limitation",
Expand Down
4 changes: 2 additions & 2 deletions Shared.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION = 2.9.1
CURRENT_PROJECT_VERSION = 40
MARKETING_VERSION = 2.10.0
CURRENT_PROJECT_VERSION = 41

0 comments on commit 1d8dea6

Please sign in to comment.