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
43
43
You can add OpenTimelineIO as a gradle dependency to your ` build.gradle ` with:
44
44
45
45
``` gradle
46
- implementation 'io.opentimeline:opentimelineio:0.14.0-beta-1 '
46
+ implementation 'io.opentimeline:opentimelineio:0.14.0-beta-2 '
47
47
```
48
48
49
49
You 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:
52
52
<dependency >
53
53
<groupId >io.opentimeline</groupId >
54
54
<artifactId >opentimelineio</artifactId >
55
- <version >0.14.0-beta-1 </version >
55
+ <version >0.14.0-beta-2 </version >
56
56
</dependency >
57
57
```
58
58
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
34
34
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.0'
35
35
}
36
- version = ' 0.14.0-beta-1 '
36
+ version = ' 0.14.0-beta-2 '
37
37
test {
38
38
useJUnitPlatform()
39
39
}
You can’t perform that action at this time.
0 commit comments