Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Jan 20, 2018
1 parent f896bb2 commit c998cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from your application, add it as a runtime dependency to your Gradle or Maven bu
[source,groovy]
----
dependencies {
runtimeOnly 'org.unbroken-dome.liquibase-orientdb:liquibase-orientdb:0.2.1'
runtimeOnly 'org.unbroken-dome.liquibase-orientdb:liquibase-orientdb:0.3.0'
}
----

Expand All @@ -35,7 +35,7 @@ dependencies {
<dependency>
<groupId>org.unbroken-dome.liquibase-orientdb</groupId>
<artifactId>liquibase-orientdb</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.liquibase-orientdb
version=0.2.1
version=0.3.0

friendly_name=Liquibase Plugin for OrientDB
description=
Expand Down

0 comments on commit c998cfe

Please sign in to comment.