File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Quick-Start
4343You can add OpenTimelineIO as a gradle dependency to your ` build.gradle ` with:
4444
4545``` gradle
46- implementation 'io.opentimeline:opentimelineio:0.14.0-beta-1 '
46+ implementation 'io.opentimeline:opentimelineio:0.14.0-beta-2 '
4747```
4848
4949You can add OpenTimelineIO as a maven dependency to your pom.xml with:
@@ -52,7 +52,7 @@ You can add OpenTimelineIO as a maven dependency to your pom.xml with:
5252<dependency >
5353 <groupId >io.opentimeline</groupId >
5454 <artifactId >opentimelineio</artifactId >
55- <version >0.14.0-beta-1 </version >
55+ <version >0.14.0-beta-2 </version >
5656</dependency >
5757```
5858
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
3434 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
3535}
36- version = ' 0.14.0-beta-1 '
36+ version = ' 0.14.0-beta-2 '
3737test {
3838 useJUnitPlatform()
3939}
You can’t perform that action at this time.
0 commit comments