Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.1.4'
version = '1.2.0'
group = 'fr.bastoup.bperipherals' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'bperipherals'

Expand Down Expand Up @@ -108,8 +108,8 @@ dependencies {
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.16.5-36.1.0'

shade (group: 'org.xerial', name: 'sqlite-jdbc', version: '3.34.0')
compile (group: 'org.xerial', name: 'sqlite-jdbc', version: '3.34.0')
shade (group: 'org.xerial', name: 'sqlite-jdbc', version: '3.36.0.3')
compile (group: 'org.xerial', name: 'sqlite-jdbc', version: '3.36.0.3')
compile fg.deobf(group: "org.squiddev", name: "cc-tweaked-1.16.4", version: "1.95.3")
runtime fg.deobf(group: "mezz.jei", name: "jei-1.16.5", version: "7.6.1.75")

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL = "https://github.com/BastouP411/bperipherals/issues"

[[mods]]
modId = "bperipherals"
version = "1.1.3"
version = "1.2.0"
displayName = "BPeripherals"
#updateJSONURL="http://myurl.me/"
displayURL = "https://github.com/BastouP411/bperipherals/wiki"
Expand Down