File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
cli/src/main/kotlin/dev/shreyaspatil/composeCompilerMetricsGenerator/cli Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -185,5 +185,5 @@ fun printHeader(header: String) = println(
185185)
186186
187187object Constants {
188- const val VERSION = " v1.0.0-beta03 "
188+ const val VERSION = " v1.0.0"
189189}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Run the command to know the usage of CLI
5656!!! success "▶️Output"
5757
5858 ```shell
59- Usage: Compose Compiler Report to HTML Generator ~ v1.0.0-beta03 options_list
59+ Usage: Compose Compiler Report to HTML Generator ~ v1.0.0 options_list
6060 Options:
6161 --applicationName, -app -> Application name (To be displayed in the report) (always required) { String }
6262 --inputDirectory, -i -> Input directory where composable report and metrics are available { String }
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ Apply the plugin to the module in which _**compose is enabled**_.
1919
2020 ```groovy title="build.gradle"
2121 plugins {
22- id "dev.shreyaspatil.compose-compiler-report-generator" version "1.0.0-beta03 "
22+ id "dev.shreyaspatil.compose-compiler-report-generator" version "1.0.0"
2323 }
2424 ```
2525
2626=== "Kotlin"
2727
2828 ```kotlin title="build.gradle.kts"
2929 plugins {
30- id("dev.shreyaspatil.compose-compiler-report-generator") version "1.0.0-beta03 "
30+ id("dev.shreyaspatil.compose-compiler-report-generator") version "1.0.0"
3131 }
3232 ```
3333
@@ -45,7 +45,7 @@ Add this to top project level `build.gradle`
4545 }
4646 }
4747 dependencies {
48- classpath "dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.0-beta03 "
48+ classpath "dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.0"
4949 }
5050 }
5151 ```
@@ -66,7 +66,7 @@ Add this to top project level `build.gradle`
6666 }
6767 }
6868 dependencies {
69- classpath("dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.0-beta03 ")
69+ classpath("dev.shreyaspatil.compose-compiler-report-generator:gradle-plugin:1.0.0")
7070 }
7171 }
7272 ```
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33GROUP =dev.shreyaspatil.compose-compiler-report-generator
4- VERSION_NAME =1.0.0-beta03
4+ VERSION_NAME =1.0.0
55
66# Library configuration
77SONATYPE_HOST =DEFAULT
Original file line number Diff line number Diff line change 77 "main" : " index.js" ,
88 "preferGlobal" : true ,
99 "repository" : " https://github.com/PatilShreyas/compose-report-to-html" ,
10- "version" : " 1.0.0-beta03 " ,
10+ "version" : " 1.0.0" ,
1111 "jdeploy" : {
1212 "jdk" : false ,
1313 "javaVersion" : " 11" ,
You can’t perform that action at this time.
0 commit comments