Skip to content

Commit e0acf59

Browse files
committed
Bump version; no longer using semantic versioning
Now versioned using `marketing-year-month`
1 parent f00af28 commit e0acf59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/ExplorerInterface/FLEXExplorerViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ - (UIWindow *)statusWindow {
434434
return [UIApplication.sharedApplication valueForKey:statusBarString];
435435
}
436436

437-
return nil;
437+
return nil;
438438
}
439439

440440
- (void)recentButtonTapped:(FLEXExplorerToolbarItem *)sender {

FLEX.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FLEX"
3-
spec.version = "4.7.0"
3+
spec.version = "5.22.10"
44
spec.summary = "A set of in-app debugging and exploration tools for iOS"
55
spec.description = <<-DESC
66
- Inspect and modify views in the hierarchy.

0 commit comments

Comments
 (0)