Skip to content

Commit 2880646

Browse files
authored
Bump version to 0.14.0-beta-2 (#13)
1 parent cdf969d commit 2880646

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Quick-Start
4343
You 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

4949
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:
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
3737
test {
3838
useJUnitPlatform()
3939
}

0 commit comments

Comments
 (0)