Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirkula committed Sep 30, 2023
1 parent c3550f7 commit 9f0515e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Plugins/TextToTMP/Editor/ComponentUpgrade.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Reflection;
using TMPro;
Expand Down Expand Up @@ -852,4 +852,4 @@ private void PasteUnityEvent( UnityEventBase target, object unityEvent )
stringBuilder.AppendLine( "<b>Couldn't paste UnityEvent because it became null (it can happen on Unity 2019.2 or earlier if a script was modified during the upgrade process)</b>" );
}
}
}
}
2 changes: 1 addition & 1 deletion Plugins/TextToTMP/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Text to TextMesh Pro Upgrade Tool (v1.1.3) =
= Text to TextMesh Pro Upgrade Tool (v1.1.4) =

Online documentation available at: https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool
E-mail: yasirkula@gmail.com
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.yasirkula.texttotmp",
"displayName": "Text To TMP",
"version": "1.1.3",
"version": "1.1.4",
"documentationUrl": "https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool",
"changelogUrl": "https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool/releases",
"licensesUrl": "https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool/blob/master/LICENSE.txt",
Expand Down

0 comments on commit 9f0515e

Please sign in to comment.