Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Oct 21, 2013
1 parent 3d2915e commit b446804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ You may also use `Maven <http://maven.apache.org/>`_ to download bson4jackson::
<dependency>
<groupId>de.undercouch</groupId>
<artifactId>bson4jackson</artifactId>
<version>2.2.0</version>
<version>2.2.3</version>
</dependency>
</dependencies>

If you're using `Gradle <http://www.gradle.org/>`_, you may add the
following snippet to your ``build.gradle``::

dependencies {
compile 'de.undercouch:bson4jackson:2.2.0'
compile 'de.undercouch:bson4jackson:2.2.3'
}

For `sbt <http://code.google.com/p/simple-build-tool/>`_,
add the following line to your project::

val bson4jackson = "de.undercouch" % "bson4jackson" % "2.2.0"
val bson4jackson = "de.undercouch" % "bson4jackson" % "2.2.3"

For `buildr <http://buildr.apache.org/>`_ use the following snippet::

compile.with 'de.undercouch:bson4jackson:jar:2.2.0'
compile.with 'de.undercouch:bson4jackson:jar:2.2.3'

Compatibility
-------------
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'
apply plugin: 'java'
apply plugin: 'eclipse'

version = '2.2.0'
version = '2.2.3'
group = 'de.undercouch'
sourceCompatibility = '1.6'
targetCompatibility = '1.6'
Expand Down

0 comments on commit b446804

Please sign in to comment.