Skip to content

Commit

Permalink
Bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirkula committed Sep 21, 2021
1 parent 77a6638 commit 821b543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Plugins/NativeGallery/NativeGallery.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using System.Globalization;
using System.IO;
using UnityEngine;
using Object = UnityEngine.Object;
Expand Down Expand Up @@ -866,4 +867,4 @@ public static VideoProperties GetVideoProperties( string videoPath )
return new VideoProperties( width, height, duration, rotation );
}
#endregion
}
}
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.nativegallery",
"displayName": "Native Gallery",
"version": "1.6.4",
"version": "1.6.5",
"documentationUrl": "https://github.com/yasirkula/UnityNativeGallery",
"changelogUrl": "https://github.com/yasirkula/UnityNativeGallery/releases",
"licensesUrl": "https://github.com/yasirkula/UnityNativeGallery/blob/master/LICENSE.txt",
Expand Down

0 comments on commit 821b543

Please sign in to comment.