Skip to content

Commit

Permalink
Bump version; no longer using semantic versioning
Browse files Browse the repository at this point in the history
Now versioned using `marketing-year-month`
  • Loading branch information
NSExceptional committed Oct 20, 2022
1 parent f00af28 commit e0acf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/ExplorerInterface/FLEXExplorerViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ - (UIWindow *)statusWindow {
return [UIApplication.sharedApplication valueForKey:statusBarString];
}

return nil;
return nil;
}

- (void)recentButtonTapped:(FLEXExplorerToolbarItem *)sender {
Expand Down
2 changes: 1 addition & 1 deletion FLEX.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FLEX"
spec.version = "4.7.0"
spec.version = "5.22.10"
spec.summary = "A set of in-app debugging and exploration tools for iOS"
spec.description = <<-DESC
- Inspect and modify views in the hierarchy.
Expand Down

0 comments on commit e0acf59

Please sign in to comment.