Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao authored Sep 19, 2024
1 parent 54546b8 commit 1780160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<dependency>
<groupId>org.jetlinks</groupId>
<artifactId>zlmedia4j-native</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>

<dependency>
<groupId>org.jetlinks</groupId>
<artifactId>zlmedia4j-native</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1</version>
<!-- linux-x86_64、linux-aarch_64、osx-x86_64、osx-aarch_64、windows-x86_64 -->
<classifier>linux-x86_64</classifier>
</dependency>
Expand Down Expand Up @@ -67,4 +67,4 @@ public static void main(String[] args) {

}

```
```

0 comments on commit 1780160

Please sign in to comment.