Skip to content

Commit

Permalink
fix upe version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarklord committed Jul 28, 2024
1 parent 22b0217 commit fec0fa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Projects/UniversalPropertyEnhancer/mod/info.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "Universal Property Enhancer"
description = "Adds the ability to override and change properties easily"
version = "1.0.0"
version = 10000
author = "Zarklord"

base_api_version = 100000
base_api_version = 10000
cpp_mod_requirements = {
["UniversalPropertyEnhancer"] = 100000,
["UniversalPropertyEnhancer"] = 10000,
}

priority = 1000000
2 changes: 1 addition & 1 deletion source/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "pch.h"

#define UPE_MODNAME "UniversalPropertyEnhancer"
#define UPE_VERSION 100000
#define UPE_VERSION 10000

BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
Expand Down

0 comments on commit fec0fa6

Please sign in to comment.