Skip to content

Commit 067cd73

Browse files
committed
chore(release): bump version to 1.0.3
Increase the version number in build.gradle.kts and update the dependency in README.md to reflect the new version of the luaparser library. This change is part of the release process to ensure consistency across project files.
1 parent 4bcb926 commit 067cd73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A Lua 5.3 Lexer & Parser written in pure Kotlin.
1616
- Add the dependency to your gradle file
1717

1818
```kotlin
19-
implementation("io.github.dingyi222666:luaparser:1.0.2")
19+
implementation("io.github.dingyi222666:luaparser:1.0.3")
2020
```
2121

2222
Ok. Use it like this:

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.github.dingyi222666"
10-
version = "1.0.2"
10+
version = "1.0.3"
1111

1212
kotlin {
1313
jvm {
@@ -82,7 +82,7 @@ mavenPublishing {
8282

8383
signAllPublications()
8484

85-
coordinates("io.github.dingyi222666", "luaparser", "1.0.2")
85+
coordinates("io.github.dingyi222666", "luaparser", "1.0.3")
8686

8787
pom {
8888
name.set("luaparser")

0 commit comments

Comments
 (0)