Skip to content

Commit

Permalink
Update package version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Mar 7, 2021
1 parent 655b06a commit bf6e8e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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).

## [1.0.0] - 02/16/2021
## [1.0.1] - 2021/03/07

### Changed

- Updated package metadata

## [1.0.0] - 2021/02/16

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zigurous.shaders.blending",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Zigurous Blend Shaders",
"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",
"unity": "2019.4",
Expand Down

0 comments on commit bf6e8e6

Please sign in to comment.