Skip to content

Commit 6c1120e

Browse files
committed
Bump release to 1.0.1
1 parent a88ee05 commit 6c1120e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

InAppViewDebugger.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 = "InAppViewDebugger"
3-
spec.version = "1.0.0"
3+
spec.version = "1.0.1"
44
spec.summary = "A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging."
55
spec.homepage = "https://github.com/indragiek/InAppViewDebugger"
66
spec.screenshots = "https://raw.githubusercontent.com/indragiek/InAppViewDebugger/master/docs/img/main.png"

InAppViewDebugger.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
CODE_SIGN_STYLE = Automatic;
634634
DEFINES_MODULE = YES;
635635
DYLIB_COMPATIBILITY_VERSION = 1;
636-
DYLIB_CURRENT_VERSION = 1;
636+
DYLIB_CURRENT_VERSION = 2;
637637
DYLIB_INSTALL_NAME_BASE = "@rpath";
638638
INFOPLIST_FILE = InAppViewDebugger/Info.plist;
639639
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -660,7 +660,7 @@
660660
CODE_SIGN_STYLE = Automatic;
661661
DEFINES_MODULE = YES;
662662
DYLIB_COMPATIBILITY_VERSION = 1;
663-
DYLIB_CURRENT_VERSION = 1;
663+
DYLIB_CURRENT_VERSION = 2;
664664
DYLIB_INSTALL_NAME_BASE = "@rpath";
665665
INFOPLIST_FILE = InAppViewDebugger/Info.plist;
666666
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

InAppViewDebugger/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
Add the following line to your `Podfile`:
3030

3131
```
32-
pod 'InAppViewDebugger', '~> 1.0.0'
32+
pod 'InAppViewDebugger', '~> 1.0.1'
3333
```
3434

3535
### Carthage
3636

3737
Add the following line to your `Cartfile`:
3838

3939
```
40-
github "indragiek/InAppViewDebugger" "1.0.0"
40+
github "indragiek/InAppViewDebugger" "1.0.1"
4141
```
4242

4343
## Usage

0 commit comments

Comments
 (0)