Skip to content

Commit

Permalink
✨ feat: Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Apr 12, 2024
1 parent 42410af commit 367de47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
<dependency>
<groupId>com.caoccao.javet</groupId>
<artifactId>swc4j</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
```

```kotlin
// Gradle Kotlin DSL
implementation("com.caoccao.javet:swc4j:0.2.0")
implementation("com.caoccao.javet:swc4j:0.3.0")
```

```groovy
// Gradle Groovy DSL
implementation 'com.caoccao.javet:swc4j:0.2.0'
implementation 'com.caoccao.javet:swc4j:0.3.0'
```

* Run the following Java code.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ts/change_swc4j_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ class ChangeSwc4jVersion {
}
}

const changeSwc4jVersion = new ChangeSwc4jVersion('0.2.0', '0.3.0');
const changeSwc4jVersion = new ChangeSwc4jVersion('0.3.0', '0.3.0');
changeSwc4jVersion.change()

0 comments on commit 367de47

Please sign in to comment.