Skip to content

Commit ba48012

Browse files
committed
Move version file hosting to GitHub
1 parent 8acccb3 commit ba48012

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55

66
gradlew text eol=lf
77
gradlew.bat eol=crlf
8-
*.js eol=lf
8+
*.js eol=lf
9+
*.css eol=lf
10+
*.html eol=lf

src/main/mod/console.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"masterVersionFile":"https://bitbucket.org/LazyWizard/console-commands/downloads/console.version",
2+
"masterVersionFile":"https://raw.githubusercontent.com/LazyWizard/console-commands/master/src/main/mod/console.version",
33
"modName":"Console Commands",
44
"modThreadId":4106,
55
"modVersion":
66
{
77
"major":3,
88
"minor":0,
9-
"patch":" WIP 7.6"
9+
"patch":" WIP 7.7"
1010
},
1111
}

src/main/mod/mod_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"utility":"true",
66
"version":"3.0",
77
"description":"An in-game developer's console. For a complete list of commands enter 'help'. For more information on a specific command enter 'help <command>'. Enter 'settings' to customize the console's appearance and behavior.\n\nThis should be compatible with all mods and doesn't require a new game.",
8-
"gameVersion":"0.9a",
8+
"gameVersion":"0.9.1a",
99
"jars":["jars/lw_Console.jar"],
1010
"modPlugin":"org.lazywizard.console.ConsoleModPlugin"
1111
}

0 commit comments

Comments
 (0)