From 16162ab51b9134199d7aa6c0074fb429fcd5e528 Mon Sep 17 00:00:00 2001 From: Aaron Jackson Date: Tue, 13 Jul 2021 12:04:47 -0700 Subject: [PATCH] Update package version. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2950d33e..659f5d54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.facebook.witai", "displayName": "Wit AI", - "version": "0.0.3", + "version": "0.0.4", "samples": [ { "displayName": "Resposne Debugger", @@ -16,4 +16,4 @@ ], "description": "wit-unity is the Unity SDK for Wit.ai. It provides convenience tools for activating wit and processing the responses that are returned.", "unity": "2019.4" -} \ No newline at end of file +}