Skip to content

Commit 0cd1de7

Browse files
committed
Increase version to 0.2.0
1 parent 9977257 commit 0cd1de7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from your application, add it as a runtime dependency to your Gradle or Maven bu
2323
[source,groovy]
2424
----
2525
dependencies {
26-
runtimeOnly 'org.unbroken-dome.liquibase-orientdb:liquibase-orientdb:0.1.0'
26+
runtimeOnly 'org.unbroken-dome.liquibase-orientdb:liquibase-orientdb:0.2.0'
2727
}
2828
----
2929

@@ -35,7 +35,7 @@ dependencies {
3535
<dependency>
3636
<groupId>org.unbroken-dome.liquibase-orientdb</groupId>
3737
<artifactId>liquibase-orientdb</artifactId>
38-
<version>0.1.0</version>
38+
<version>0.2.0</version>
3939
<scope>runtime</scope>
4040
</dependency>
4141
</dependencies>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.unbroken-dome.liquibase-orientdb
2-
version=0.1.0
2+
version=0.2.0
33

44
friendly_name=Liquibase Plugin for OrientDB
55
description=

0 commit comments

Comments
 (0)