Skip to content

Commit 701c4d6

Browse files
committed
Bump version to 0.3.0 and link to releases.
1 parent 6d86332 commit 701c4d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a plugin for [Chunky](https://github.com/chunky-dev/chunky) which harnes
77
## Installation
88

99
### Note: This requires the `2.5.0` snapshots.
10-
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.
10+
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.
1111

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

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

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

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

src/main/resources/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "OpenCL Plugin",
33
"author": "ThatRedox",
44
"main": "dev.thatredox.chunkynative.opencl.ChunkyCl",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"targetVersion": "2.5.0",
77
"description": "OpenCL rendering for Chunky."
88
}

0 commit comments

Comments
 (0)