Skip to content

Commit 1c75c25

Browse files
committed
Increment version number for new release
1 parent 5ccf929 commit 1c75c25

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# DEPRECATED
2-
If you're starting a new ExpressionEngine project today, please consider using Twig for templating via [Coilpack](https://expressionengine.github.io/coilpack-docs/)
2+
If you're starting a new ExpressionEngine project today, please consider using Twig for templating via [Coilpack](https://expressionengine.github.io/coilpack-docs/).
33

44
## Stash
55

6-
![Release](https://img.shields.io/badge/release-3.1.1-brightgreen.svg)
6+
![Release](https://img.shields.io/badge/release-3.1.2-brightgreen.svg)
77

88
Stash for ExpressionEngine 3.0 to 7.0+.
99

@@ -19,7 +19,7 @@ Stash allows you to stash text and snippets of code for reuse throughout your te
1919
https://github.com/croxton/Stash/wiki/
2020

2121

22-
Copyright (c) 2021 Hallmark Design https://hallmark-design.co.uk
22+
Copyright (c) 2023 Hallmark Design https://hallmark-design.co.uk
2323

2424

2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "croxton/stash",
33
"description": "Extended templating for ExpressionEngine",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"homepage": "https://github.com/croxton/Stash",
66
"support": {
77
"docs": "https://github.com/croxton/Stash/blob/master/README.md",

system/user/addons/stash/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if (! defined('STASH_VER'))
33
{
44
define('STASH_NAME', 'Stash');
5-
define('STASH_VER', '3.1.1');
5+
define('STASH_VER', '3.1.2');
66
define('STASH_AUTHOR', 'Mark Croxton, Hallmark Design');
77
define('STASH_AUTHOR_URL', 'http://hallmark-design.co.uk');
88
define('STASH_DOCS', 'http://github.com/croxton/Stash/');

0 commit comments

Comments
 (0)