From 4915625f23872225d24c0c787a3ed5b5d5d56387 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Oct 2024 06:45:25 +0000 Subject: [PATCH] Bump version to v0.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8d9f4b..3621aa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.nowsprinting.test-helper.monkey", "description": "Reference implementation that performs object-based Unity UI (uGUI) monkey tests and API for custom implementation.", - "version": "0.12.0", + "version": "0.13.0", "author": "Koji Hasegawa (https://github.com/nowsprinting)", "category": "Unity Test Framework", "changelogUrl": "https://github.com/nowsprinting/test-helper.monkey/releases",