diff --git a/README.md b/README.md index 66ad834..9924665 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ allprojects { Add the dependency: ```gradle dependencies { - implementation 'com.crashinvaders.vfx:gdx-vfx-core:0.4.1' - implementation 'com.crashinvaders.vfx:gdx-vfx-effects:0.4.1' // Optional, if you need standard filter/effects. + implementation 'com.crashinvaders.vfx:gdx-vfx-core:0.4.2' + implementation 'com.crashinvaders.vfx:gdx-vfx-effects:0.4.2' // Optional, if you need standard filter/effects. } ```