Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Jun 23, 2023
1 parent d33cae5 commit a2c6044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
<dependency>
<groupId>com.github.micycle1</groupId>
<artifactId>processing-core-4</artifactId>
<version>4.2</version>
<version>4.2.1</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>4.2</version>
<version>4.2.1</version>
<name>Processing Core</name>
<properties>
<sonar.projectKey>micycle1_processing-core-4</sonar.projectKey>
Expand Down Expand Up @@ -152,12 +152,12 @@
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
<version>2.4.0</version>
<version>2.5.0-rc-20230523</version>
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId>
<version>2.4.0</version>
<version>2.5.0-rc-20230523</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
Expand Down

0 comments on commit a2c6044

Please sign in to comment.