From d1cf678b97db5d4240de65fe4a80c25864e2dc20 Mon Sep 17 00:00:00 2001 From: Adam Graham Date: Mon, 28 Jun 2021 06:11:23 -0500 Subject: [PATCH] Update package version to 0.3.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f6c03..f6ddb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.1] - 2021/06/28 + +### Changed + +- [AddComponentMenu] attribute added to all behaviors + ## [0.3.0] - 2021/06/09 ### Added diff --git a/package.json b/package.json index 52796d7..ee80df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.zigurous.physics", - "version": "0.3.0", + "version": "0.3.1", "displayName": "Zigurous Physics Utils", "description": "The Physics Utils package contains physics-related scripts and utilities for Unity projects.", "unity": "2019.4",