Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed Jul 3, 2016
1 parent 1443a68 commit a27457e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>cn.nekocode.plugin.parcelablegenerator</id>
<name>Parcelable Code Generator(for kotlin's data class)</name>
<version>0.4.4</version>
<version>0.4.5</version>
<vendor email="[email protected]" url="https://github.com/nekocode/android-parcelable-intellij-plugin-kotlin">nekocode</vendor>

<description><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Plugin is uploaded to plugin repository. If you like, you can also install it ma
0. Choose the downloaded jar file

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

## Usage
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.
Expand Down

0 comments on commit a27457e

Please sign in to comment.