Skip to content

Commit 49f4988

Browse files
committed
Bump version to v1.0.0-alpha01
1 parent fec6fae commit 49f4988

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cli/src/main/kotlin/dev/shreyaspatil/composeCompilerMetricsGenerator/cli/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ fun printHeader(header: String) = println(
161161
)
162162

163163
object Constants {
164-
const val VERSION = "v1.0.0-alpha01-dev05"
164+
const val VERSION = "v1.0.0-alpha01"
165165
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22

33
libraryGroup=dev.shreyaspatil.compose-compiler-report-generator
4-
libraryVersion=1.0.0-alpha01-dev05
4+
libraryVersion=1.0.0-alpha01

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"preferGlobal": true,
99
"repository": "https://github.com/PatilShreyas/compose-report-to-html",
10-
"version": "1.0.0-alpha01-dev05",
10+
"version": "1.0.0-alpha01",
1111
"jdeploy": {
1212
"jdk": false,
1313
"javaVersion": "11",

0 commit comments

Comments
 (0)