Skip to content

Commit a86eeed

Browse files
committed
Update package version to 1.0.3
1 parent f709e1d commit a86eeed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2021/04/13
9+
10+
### Fixed
11+
12+
- Moved non-compiled assets outside of the Runtime directory
13+
814
## [1.0.2] - 2021/03/21
915

1016
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.shaders.blending",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"displayName": "Zigurous Blend Shaders",
55
"description": "The Blend Shaders package provides standard surface shaders for blending objects in Unity (based on Photoshop's blend modes).\n\nSupported Modes:\n\u2022 Add\n\u2022 Average\n\u2022 Color Burn\n\u2022 Color Dodge\n\u2022 Darken\n\u2022 Difference\n\u2022 Exclusion\n\u2022 Glow\n\u2022 Hard Light\n\u2022 Hard Mix\n\u2022 Lighten\n\u2022 Linear Burn\n\u2022 Linear Dodge\n\u2022 Linear Light\n\u2022 Multiply\n\u2022 Negation\n\u2022 Overlay\n\u2022 Phoenix\n\u2022 Pin Light\n\u2022 Reflect\n\u2022 Screen\n\u2022 Soft Light\n\u2022 Subtract\n\u2022 Vivid Light",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)