diff --git a/NewVersionTest.cs b/NewVersionTest.cs new file mode 100644 index 0000000000000000000000000000000000000000..700528ae958a720001caf18af72b084fad83f5a1 --- /dev/null +++ b/NewVersionTest.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class NewVersionTest : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/NewVersionTest.cs.meta b/NewVersionTest.cs.meta new file mode 100644 index 0000000000000000000000000000000000000000..5dc478af8309ae0957ad53db02031f64b5d5b2bd --- /dev/null +++ b/NewVersionTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 6eb3392aec745ae47a711a6044d2e1d0 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json index e4a322d82ac2c42e05dc1065ea74263fc6fc87e7..098201022bf8a6d601a136dcbf28c3b17f42fcc9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.futuretech.shared", "displayName": "FutureTech Shared", "description": "this is a description", - "version": "0.1.2", + "version": "0.1.3", "unity": "2018.3", "license": "MIT", "repository": {