Skip to content

Commit 50b8927

Browse files
committed
Bump pub version to 0.2.3.
1 parent e14359c commit 50b8927

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.2
1+
## 0.2.3
22
* Uses Klutter Gradle v2022.r6-9.alpha.
33

44
## 0.2.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add the Klutter library to dependencies in the pubspec.yaml:
3939

4040
```yaml
4141
dependencies:
42-
klutter: ^0.2.2
42+
klutter: ^0.2.3
4343
```
4444
4545
Then run:

lib/src/common/config.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// The version of the Klutter Pub Plugin.
2-
const klutterPubVersion = "0.2.2";
2+
const klutterPubVersion = "0.2.3";
33

44
/// The version of the Klutter Gradle Plugin.
55
const klutterGradleVersion = "2022.r6-9.alpha";

lib/src/producer/platform.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class PlatformModule {
272272
|
273273
|plugins {
274274
| id("com.android.library")
275-
| id("dev.buijs.klutter.gradle")
275+
| id("dev.buijs.klutter")
276276
| kotlin("multiplatform")
277277
| kotlin("plugin.serialization") version "1.6.10"
278278
|}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: klutter
22
description: The Klutter Pub Plugin makes it possible to write a Flutter plugin for both Android and iOS using Kotlin only.
3-
version: 0.2.2
3+
version: 0.2.3
44
homepage: https://buijs.dev
55
repository: https://github.com/buijs-dev/klutter-dart
66

test/src/producer/platform_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void main() {
348348
349349
plugins {
350350
id("com.android.library")
351-
id("dev.buijs.klutter.gradle")
351+
id("dev.buijs.klutter")
352352
kotlin("multiplatform")
353353
kotlin("plugin.serialization") version "1.6.10"
354354
}

0 commit comments

Comments
 (0)