Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codenade committed Oct 5, 2023
1 parent 8fdf7ab commit d52da2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,10 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: A profile with this name already exists!
m_text: 'A profile with this name already exists,
if you continue the existing
one will be overriden!'
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
Expand Down
2 changes: 1 addition & 1 deletion ksp2-inputbinder/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Codenade.Inputbinder
{
[BepInPlugin("codenade-inputbinder", "codenade-inputbinder", "0.4.3")]//PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
[BepInPlugin("codenade-inputbinder", "codenade-inputbinder", "0.5.1")]//PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
public class Plugin : BaseUnityPlugin
{
private void Awake()
Expand Down
4 changes: 2 additions & 2 deletions ksp2-inputbinder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.3.0")]
[assembly: AssemblyFileVersion("0.4.3.0")]
[assembly: AssemblyVersion("0.5.1.0")]
[assembly: AssemblyFileVersion("0.5.1.0")]

0 comments on commit d52da2b

Please sign in to comment.