8000 Updated used version · SnipMeDev/Highlights@0b306b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b306b8

Browse files
committed
Updated used version
1 parent 340e910 commit 0b306b8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.4.2]
2+
3+
### Changed
4+
- Version everywhere to 0.4.2
5+
16
## [0.4.1]
27

38
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kotlin Multiplatform syntax highlighting engine
55

66
## Installation ⬇️
77
```sh
8-
implementation("dev.snipme:highlights:0.4.1")
8+
implementation("dev.snipme:highlights:0.4.2")
99
```
1010

1111
## Features ✨

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "dev.snipme"
16-
version = "0.4.1-SNAPSHOT"
16+
version = "0.4.2"
1717

1818
kotlin {
1919
// Android

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ application {
3030
}
3131

3232
dependencies {
33-
implementation("dev.snipme:highlights:0.4.0-SNAPSHOT")
33+
implementation("dev.snipme:highlights:0.4.2")
3434
}

0 commit comments

Comments
 (0)
0