Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
runette committed May 12, 2024
1 parent 8794bf0 commit 71faf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/Scripts/install_scripts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace OSGeo.Install {
public class Install : AssetPostprocessor
{

const string packageVersion = "2.1.1";
const string packageVersion = "2.1.2";

private static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths)
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.virgis.gdal",
"version": "3.8.2",
"version": "3.9.0",
"displayName": "Gdal",
"description": "Open-Source Geospatial Data Translation LIbrary",
"unity": "2018.1",
Expand Down

0 comments on commit 71faf0e

Please sign in to comment.