diff --git a/README.md b/README.md index 63ac793..7280080 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following to the buildscript section: ```groovy buildscript { dependencies { - classpath 'co.touchlab:kotlinnativecocoapods:0.10' + classpath 'co.touchlab:kotlinnativecocoapods:0.11' } } ``` @@ -43,4 +43,4 @@ kotlin { isStatic = false } } -``` \ No newline at end of file +```