Skip to content

Commit

Permalink
📃 docs: Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Jul 30, 2024
1 parent e32ee38 commit 99bfdd4
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 @@ -47,18 +47,18 @@
<dependency>
<groupId>com.caoccao.javet</groupId>
<artifactId>swc4j</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```

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

```groovy
// Gradle Groovy DSL
implementation 'com.caoccao.javet:swc4j:0.10.0'
implementation 'com.caoccao.javet:swc4j:0.11.0'
```

### Transpile
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.10.0', '0.11.0');
const changeSwc4jVersion = new ChangeSwc4jVersion('0.11.0', '0.11.0');
changeSwc4jVersion.change()

0 comments on commit 99bfdd4

Please sign in to comment.