Skip to content

Commit 75eb6cc

Browse files
author
Brian Yanosik
committed
1.0.1 version bump
1 parent d56c9bd commit 75eb6cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.craftplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"pluginName": "craft-twig-imagebase64",
33
"pluginDescription": "base64 image encoding",
4-
"pluginVersion": "1.0.0",
4+
"pluginVersion": "1.0.1",
55
"pluginAuthorName": "kisonay",
66
"pluginVendorName": "kisonay",
77
"pluginAuthorUrl": "https://github.com/kisonay",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.0.1 - 2018-07-23
8+
### Added
9+
- Version Modification
10+
711
## 1.0.0 - 2018-07-22
812
### Added
913
- Initial release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kisonay/craft-twig-imagebase64",
33
"description": "Base64 encode images within twig templates.",
44
"type": "craft-plugin",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)