diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c9048f..b711cb6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,12 +3,14 @@
# dropbox-focus-intellij-plugin Changelog
## [Unreleased]
+### Changed
+- Fix IntelliJ missing dependency on com.intellij.modules.java
## [0.1.0]
-### Added
-- Startup Dialog for Focus projects
-- Module folder right-click action to "Focus on Module" with Sync
-- Root project folder rick-click action to "Clear focus" with Sync
-- Focus Tool Window to Select Module to Focus
+### Added
+- Startup Dialog for Focus projects
+- Module folder right-click action to "Focus on Module" with Sync
+- Root project folder rick-click action to "Clear focus" with Sync
+- Focus Tool Window to Select Module to Focus
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
diff --git a/gradle.properties b/gradle.properties
index 29d2a63..44b954b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@
pluginGroup = br.com.devsrsouza.intellij.dropboxfocus
pluginName = Focus
# SemVer format -> https://semver.org
-pluginVersion = 0.1.0
+pluginVersion = 0.1.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
@@ -18,7 +18,7 @@ platformVersion = 2021.1.3
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
-platformPlugins = org.jetbrains.kotlin, com.intellij.gradle, org.jetbrains.android, org.intellij.groovy
+platformPlugins = org.jetbrains.kotlin, com.intellij.gradle, org.jetbrains.android, org.intellij.groovy, com.intellij.java
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 11
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 63d83e9..70afbdf 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -5,6 +5,7 @@
DevSrSouza
com.intellij.modules.platform
+ com.intellij.modules.java
org.jetbrains.kotlin
org.intellij.groovy
com.intellij.gradle