diff --git a/README.md b/README.md
index c5d8587..909d771 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,11 @@
- [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
-This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
+This Plugin is going to make it easier to work with the QuickFix XML Specification.
-This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.
-
-To keep everything working, do not remove `` sections.
+ - shows the field number next to the field or group name
+ - shows the field type next to the field or group name
+
## Installation
diff --git a/gradle.properties b/gradle.properties
index 78d38b0..be813e3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = com.github.dantimofte.quickfixspec
pluginName = quickfix-spec
pluginRepositoryUrl = https://github.com/dantimofte/quickfix-spec
# SemVer format -> https://semver.org
-pluginVersion = 0.0.1
+pluginVersion = 0.1.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
diff --git a/src/main/java/ac/quant/quickfixspec/inlay/QuickfixInlayHintsProvider.java b/src/main/java/ac/quant/quickfixspec/inlay/QuickfixInlayHintsProvider.java
index 7bc8e84..8288363 100644
--- a/src/main/java/ac/quant/quickfixspec/inlay/QuickfixInlayHintsProvider.java
+++ b/src/main/java/ac/quant/quickfixspec/inlay/QuickfixInlayHintsProvider.java
@@ -50,6 +50,11 @@ public class QuickfixInlayHintsProvider implements InlayHintsProvider