Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Apr 8, 2020
1 parent 7d516ce commit 6111503
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bspkrsCore.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"description": "bspkrsCore contains shared classes used by all mods released by bspkrs.",
"urls": [
{ "type": "website", "url": "mcf:1114612" },
{ "type": "source", "url": "https://github.com/bspkrs/bspkrsCore" }
{ "type": "issues", "url": "https://github.com/bspkrs/bspkrsCore" }
{ "type": "source", "url": "https://github.com/ bspkrs-mods /bspkrsCore" },
{ "type": "issues", "url": "https://github.com/ bspkrs-mods /bspkrsCore" }
],
"license": "CC BY-NC-SA 3.0",
"updateUrl": "github://bspkrs@bspkrsCore/bspkrsCore.json",
"updateUrl": "github:// bspkrs-mods @bspkrsCore/bspkrsCore.json",
"tags": [ "Utilities", "Dependencies" ],
"categories": [ "Utilities", "Dependencies" ],
"authors": {
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minecraft_version=1.12.2
forge_version=14.23.5.2768
mappings_version=snapshot_20171003
mod_version=8.0.0
mod_version=8.0.1
mod_id=bspkrscore
group_name=bspkrscore
appendix=universal
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Sep 14 12:28:28 PDT 2015
#Tue Mar 24 20:51:59 GMT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip
1 change: 1 addition & 0 deletions src/main/java/bspkrs/bspkrscore/fml/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class Reference

MC_VERSION = prop.getProperty("version.minecraft");
}

public static final String MODID = "bspkrscore";
public static final String NAME = "bspkrs Core";
public static final String MOD_VERSION = "8.0.0";
Expand Down

0 comments on commit 6111503

Please sign in to comment.