Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanArbuckle committed Jan 24, 2025
1 parent 617f0d8 commit 32c0e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.ethanarbuckle.oslo
Name: oslo
Version: 1.0.0
Version: 1.1.0
Architecture: iphoneos-arm
Description: os_log viewer that supports streaming both real-time logs and archived logs.
Maintainer: Ethan Arbuckle
Expand Down
2 changes: 1 addition & 1 deletion src/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "config.h"
#import "stream.h"

#define VERSION "1.0.0"
#define VERSION "1.1.0"

int main(int argc, char *argv[]) {
@autoreleasepool {
Expand Down

0 comments on commit 32c0e6a

Please sign in to comment.