diff --git a/index.json b/index.json index ef234f9..298b4d7 100644 --- a/index.json +++ b/index.json @@ -31,6 +31,19 @@ "url": "https://codec.wtf" }, "url": "https://github.com/codec-xyz/photo_frame_manager/releases/download/v2.0.1/photo_frame_manager_v2.0.1.zip" + }, + "2.0.3": { + "name": "wtf.codec.photo-frame-manager", + "version": "2.0.3", + "url": "https://github.com/codec-xyz/photo_frame_manager/releases/download/v2.0.3/wtf.codec.photo-frame-manager-v2.0.3.zip", + "displayName": "Photo Frame Manager", + "unity": "2019.4", + "description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.", + "author": { + "name": "Codec", + "email": "dev@codec.wtf", + "url": "https://codec.wtf" + } } } } diff --git a/src/package.json b/src/package.json index 258126e..299bdd6 100644 --- a/src/package.json +++ b/src/package.json @@ -1,17 +1,17 @@ { - "name": "wtf.codec.photo-frame-manager", - "version": "2.0.2", - "displayName": "Photo Frame Manager", - "description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.\n\nhttps://github.com/codec-xyz/photo_frame_manager", - "unity": "2019.4", - "author": { - "name": "Codec", - "email": "dev@codec.wtf", - "url": "https://codec.wtf" - }, - "documentationUrl": "https://github.com/codec-xyz/photo_frame_manager", - "dependencies": { - "com.unity.burst": "1.4.11", - "com.unity.mathematics": "1.2.6" - } + "name": "wtf.codec.photo-frame-manager", + "version": "2.0.3", + "displayName": "Photo Frame Manager", + "description": "Photo frame manager and optimizer package for Unity. Has photo cropping, scaling, and resizing with live previews in the 3d scene and inspector. Bakes photos to optimized textures which reduce gpu memory usage, lower the material count, and are optimized for mipmap streaming.\n\nhttps://github.com/codec-xyz/photo_frame_manager", + "unity": "2019.4", + "author": { + "name": "Codec", + "email": "dev@codec.wtf", + "url": "https://codec.wtf" + }, + "documentationUrl": "https://github.com/codec-xyz/photo_frame_manager", + "dependencies": { + "com.unity.burst": "1.4.11", + "com.unity.mathematics": "1.2.6" + } } \ No newline at end of file