Skip to content

Commit 2c66392

Browse files
committed
Bumped package version
1 parent da00e5d commit 2c66392

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Plugins/SimpleFileBrowser/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Simple File Browser (v1.5.8) =
1+
= Simple File Browser (v1.5.9) =
22

33
Online documentation & example code available at: https://github.com/yasirkula/UnitySimpleFileBrowser
44

Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//#define WIN_DIR_CHECK_WITHOUT_TIMEOUT // When uncommented, Directory.Exists won't be wrapped inside a Task/Thread on Windows but we won't be able to set a timeout for unreachable directories/drives
1+
//#define WIN_DIR_CHECK_WITHOUT_TIMEOUT // When uncommented, Directory.Exists won't be wrapped inside a Task/Thread on Windows but we won't be able to set a timeout for unreachable directories/drives
22

33
using UnityEngine;
44
using UnityEngine.EventSystems;
@@ -3143,4 +3143,4 @@ public static Permission RequestPermission()
31433143
}
31443144
#endregion
31453145
}
3146-
}
3146+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.yasirkula.simplefilebrowser",
33
"displayName": "Simple File Browser",
4-
"version": "1.5.8",
4+
"version": "1.5.9",
55
"documentationUrl": "https://github.com/yasirkula/UnitySimpleFileBrowser",
66
"changelogUrl": "https://github.com/yasirkula/UnitySimpleFileBrowser/releases",
77
"licensesUrl": "https://github.com/yasirkula/UnitySimpleFileBrowser/blob/master/LICENSE.txt",

0 commit comments

Comments
 (0)