Skip to content

Commit 070ccc6

Browse files
committed
up version
1 parent 6da5bb2 commit 070ccc6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MCRCDynamicProxy.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 = 'MCRCDynamicProxy'
3-
spec.version = '0.1.0'
3+
spec.version = '0.4.0'
44
spec.homepage = 'https://github.com/icerockdev/moko-crash-reporting'
55
spec.source = { :git => "https://github.com/icerockdev/moko-crash-reporting.git", :tag => "release/#{spec.version}" }
66
spec.authors = 'IceRock Development'

MCRCStaticReporter.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 = 'MCRCStaticReporter'
3-
spec.version = '0.1.0'
3+
spec.version = '0.4.0'
44
spec.homepage = 'https://github.com/icerockdev/moko-crash-reporting'
55
spec.source = { :git => "https://github.com/icerockdev/moko-crash-reporting.git", :tag => "release/#{spec.version}" }
66
spec.authors = 'IceRock Development'

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ allprojects {
3636
project build.gradle
3737
```groovy
3838
dependencies {
39-
commonMainImplementation("dev.icerock.moko:crash-reporting-crashlytics:0.3.0") // for CrashlyticsLogger
40-
commonMainImplementation("dev.icerock.moko:crash-reporting-napier:0.3.0") // for CrashReportingAntilog
39+
commonMainImplementation("dev.icerock.moko:crash-reporting-crashlytics:0.4.0") // for CrashlyticsLogger
40+
commonMainImplementation("dev.icerock.moko:crash-reporting-napier:0.4.0") // for CrashReportingAntilog
4141
}
4242
```
4343
For CrashlyticsLogger need to add FirebaseCrashlytics cocoapod
@@ -52,8 +52,8 @@ cocoaPods {
5252
```
5353
project Podfile
5454
```ruby
55-
pod 'MCRCDynamicProxy', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.3.0'
56-
pod 'MCRCStaticReporter', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.3.0'
55+
pod 'MCRCDynamicProxy', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.4.0'
56+
pod 'MCRCStaticReporter', :git => 'https://github.com/icerockdev/moko-crash-reporting.git', :tag => 'release/0.4.0'
5757
```
5858

5959
On iOS side add to `AppDelegate`:

0 commit comments

Comments
 (0)