Skip to content

Commit 1837129

Browse files
committed
release: v1.2.0
1 parent 7cea8a6 commit 1837129

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v1.2.0]
2+
3+
## Changelog
4+
5+
## 🚀 Features
6+
7+
- [23d93b3](https://github.com/Chrisimx/eSCLKt/commits/23d93b3) feat: add and use length units (millimeters, inches,
8+
threeHundredthsOfInch)
9+
10+
---
11+
12+
- [7cea8a6](https://github.com/Chrisimx/eSCLKt/commits/7cea8a6) release: don't draft github releases anymore
13+
114
## [v1.1.0]
215

316
## Changelog

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following in your dependencies:
1515

1616
```
1717
dependencies {
18-
implementation("io.github.chrisimx:esclkt:1.1.0")
18+
implementation("io.github.chrisimx:esclkt:1.2.0")
1919
}
2020
```
2121

@@ -29,7 +29,7 @@ Add the following in your pom.xml as dependency:
2929
<dependency>
3030
<groupId>io.github.chrisimx</groupId>
3131
<artifactId>esclkt</artifactId>
32-
<version>1.1.0</version>
32+
<version>1.2.0</version>
3333
</dependency>
3434
...
3535
</dependencies>

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ kotlin {
2929
KotlinPlatformType.setupAttributesMatchingStrategy(dependencies.attributesSchema)
3030

3131
group = "io.github.chrisimx"
32-
version = "1.1.0"
32+
version = "1.2.0"
3333

3434
publishing {
3535
publications {

0 commit comments

Comments
 (0)