Skip to content

Commit 8f6871b

Browse files
committed
GH-41 Release 1.3.4
1 parent d9be73c commit 8f6871b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ so you can freely divide functions into smaller pieces and move from non-functio
2525

2626
```kotlin
2727
dependencies {
28-
implementation("org.panda-lang:expressible:1.3.2") // Core library
29-
implementation("org.panda-lang:expressible-kt:1.3.2") // Kotlin extensions
30-
testImplementation("org.panda-lang:expressible-junit:1.3.2") // JUnit extensions
28+
implementation("org.panda-lang:expressible:1.3.4") // Core library
29+
implementation("org.panda-lang:expressible-kt:1.3.4") // Kotlin extensions
30+
testImplementation("org.panda-lang:expressible-junit:1.3.4") // JUnit extensions
3131
}
3232
```
3333

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
apply(plugin = "kotlin")
1818

1919
group = "org.panda-lang"
20-
version = "1.3.2"
20+
version = "1.3.4"
2121

2222
repositories {
2323
mavenCentral()

0 commit comments

Comments
 (0)