Skip to content

Commit a27457e

Browse files
author
nekocode
committed
Update README
1 parent 1443a68 commit a27457e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>cn.nekocode.plugin.parcelablegenerator</id>
33
<name>Parcelable Code Generator(for kotlin's data class)</name>
4-
<version>0.4.4</version>
4+
<version>0.4.5</version>
55
<vendor email="[email protected]" url="https://github.com/nekocode/android-parcelable-intellij-plugin-kotlin">nekocode</vendor>
66

77
<description><![CDATA[

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Plugin is uploaded to plugin repository. If you like, you can also install it ma
1010
0. Choose the downloaded jar file
1111

1212
### Dependencies
13-
It depend on `kotlin-plugin` in version **`1.0.0`** or a newer version.
13+
It depend on `kotlin-plugin` in version **`1.0.3`** or a newer version.
1414

1515
## Usage
1616
Just press ALT + Insert (or your equivalent keybinding for code generation) in your editor and select Parcelable. It will auto generate Parcelable boilerplate code for your data class.

0 commit comments

Comments
 (0)