Skip to content

Commit 3b18394

Browse files
authored
Update maven artifact version in README
1 parent 508c82e commit 3b18394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ repositories {
4747
#### Fabric
4848
```
4949
dependencies {
50-
modCompileOnly 'com.cinemamod:mcef:2.1.2-1.20.1'
51-
modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.2-1.20.1'
50+
modCompileOnly 'com.cinemamod:mcef:2.1.4-1.20.1'
51+
modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.4-1.20.1'
5252
}
5353
```
5454
See the [mcef-fabric-example-mod](https://github.com/CinemaMod/mcef-fabric-example-mod) for a complete example Fabric project.
5555

5656
#### NeoForge
5757
```
5858
dependencies {
59-
compileOnly fg.deobf('com.cinemamod:mcef:2.1.2-1.20.1')
60-
runtimeOnly fg.deobf('com.cinemamod:mcef-forge:2.1.2-1.20.1')
59+
compileOnly fg.deobf('com.cinemamod:mcef:2.1.4-1.20.1')
60+
runtimeOnly fg.deobf('com.cinemamod:mcef-forge:2.1.4-1.20.1')
6161
}
6262
```
6363
### Building & Modifying MCEF

0 commit comments

Comments
 (0)