Skip to content

Commit

Permalink
Bump version to 0.3.0 and link to releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Dec 1, 2024
1 parent 6d86332 commit 701c4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a plugin for [Chunky](https://github.com/chunky-dev/chunky) which harnes
## Installation

### Note: This requires the `2.5.0` snapshots.
Download the latest plugin build and extract it. In the Chunky Launcher, expand `Advanced Settings` and click on `Manage plugins`. In the `Plugin Manager` window click on `Add` and select the `.jar` file in the extracted zip file. Click on `Save` and start Chunky as usual.
Download the [latest plugin release](https://github.com/chunky-dev/chunky-opencl/releases) and extract it. In the Chunky Launcher, expand `Advanced Settings` and click on `Manage plugins`. In the `Plugin Manager` window click on `Add` and select the `.jar` file in the extracted zip file. Click on `Save` and start Chunky as usual.

![image](https://user-images.githubusercontent.com/42661490/116319916-28ef2580-a76c-11eb-9f93-86d444a349fd.png)

Expand Down Expand Up @@ -37,7 +37,7 @@ This project is setup to work with IntelliJ and CLion. The base directory is int
For hot reloading, add `-DchunkyClHotReload="<src/main/opencl directory>"` as a JVM option.

## Copyright & License
ChunkyCL is Copyright (c) 2021 - 2022, [ThatRedox](https://github.com/ThatRedox) and contributors.
ChunkyCL is Copyright (c) 2021 - 2024, [ThatRedox](https://github.com/ThatRedox) and contributors.

Permission to modify and redistribute is granted under the terms of the GPLv3 license. See the file `LICENSE` for the full license.

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "OpenCL Plugin",
"author": "ThatRedox",
"main": "dev.thatredox.chunkynative.opencl.ChunkyCl",
"version": "0.2.0",
"version": "0.3.0",
"targetVersion": "2.5.0",
"description": "OpenCL rendering for Chunky."
}

0 comments on commit 701c4d6

Please sign in to comment.