From f72bca7b75ea57e5d337193e11c3c30f32a3c961 Mon Sep 17 00:00:00 2001 From: Thanh Phan Date: Sun, 1 Aug 2021 11:04:46 +0700 Subject: [PATCH] Bump to version 1.6.1 --- CHANGELOG.md | 4 ++++ __init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bd6e4..39396d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Changelog +## [1.6.1](https://github.com/Yeetus3141/ImagePaste/compare/v1.6.0...v1.6.1) (2021-08-01) + +- Fix the logic of getting the save directory. + ## [1.6.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.5.1...v1.6.0) (2021-07-27) - Now you can paste your image to the _Video Sequence Editor_ as an image strip with a button in the context menu, thanks to [@tin2tin](https://github.com/tin2tin) (read more at [#16](https://github.com/Yeetus3141/ImagePaste/pull/16)). diff --git a/__init__.py b/__init__.py index 0be7c5b..66346f1 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ "name": "ImagePaste", "author": "Binit", "blender": (2, 80, 0), - "version": (1, 6, 0), + "version": (1, 6, 1), "category": "Import-Export", "support": "COMMUNITY", "doc_url": "https://github.com/Yeetus3141/ImagePaste#readme",