Skip to content

Commit

Permalink
[zi] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MintLily committed Mar 3, 2024
1 parent 98d34f0 commit f45706d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
</ul>

<h1>Updates</h1>
<b>2024-03-02: v1.0.1</b>
<p>
<ul>
<li>Fixed URL for version checking</li>
</ul>
</p>
<b>2024-03-02: v1.0.0</b>
<p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using UnityEngine;

public class ZipImporter : EditorWindow {
private const string Version = "1.0.0";
private const string Version = "1.0.1";
private const string LogPrefix = "[<color=#9fffe3>ZipArchive Importer</color>] ";
private static readonly string ProjectUserAgent = $"ZipArchive Importer/{Version} Internal UnityWebRequest";
private int _pageNumber;
Expand Down
6 changes: 6 additions & 0 deletions Unity-Zip-Importer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
</ul>

<h1>Updates</h1>
<b>2024-03-02: v1.0.1</b>
<p>
<ul>
<li>Fixed URL for version checking</li>
</ul>
</p>
<b>2024-03-02: v1.0.0</b>
<p>
<ul>
Expand Down

0 comments on commit f45706d

Please sign in to comment.