diff --git a/README.md b/README.md
index 7efebaa..80b2158 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ exclude the `@Bean` type from the `Injector` bindings using the
## Configurable Options
-* Binding Deduplication - When using `@EnableGuiceModules`, if a Spring `Bean` and a Guice `Binding` both exist for the same type and `Qualifier`, creation of the `Injector` will fail. You may instead prefer to keep Spring's instance of the type instead of receiving this error. To accomplish this, you may set the property `spring.guice.dedupeBindings=true`.
+* Binding Deduplication - When using `@EnableGuiceModules`, if a Spring `Bean` and a Guice `Binding` both exist for the same type and `Qualifier`, creation of the `Injector` will fail. You may instead prefer to keep Spring's instance of the type instead of receiving this error. To accomplish this, you may set the property `spring.guice.dedup=true`.
## Limitations
diff --git a/pom.xml b/pom.xml
index 441ec37..721c958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.guice
spring-guice
- 1.1.2.BUILD-SNAPSHOT
+ 1.1.2.RELEASE
spring-guice
Utilities for using Spring with Guice and vice versa