Skip to content

Commit fb4f8df

Browse files
committed
Bump version
1 parent e538795 commit fb4f8df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ui:
2323
# trianglify: true
2424

2525
project:
26-
version: 2.1
26+
version: 2.2
2727
download_url: https://github.com/unifire-app/aspect/releases
2828
download_text: Download
2929

rockspec/aspect-2.1-0.rockspec renamed to rockspec/aspect-2.2-0.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "aspect"
2-
version = "2.1-0"
2+
version = "2.2-0"
33
source = {
4-
url = "https://github.com/unifire-app/aspect/archive/2.1.zip",
5-
dir = "aspect-2.0"
4+
url = "https://github.com/unifire-app/aspect/archive/2.2.zip",
5+
dir = "aspect-2.2"
66
}
77
description = {
88
summary = "Aspect is a powerful templating engine for Lua and OpenResty with syntax Twig/Django/Jinja/Liquid.",

src/aspect/template.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ local jit = jit
5353
--- @field bytecode_load fun(name: string, tpl: aspect.template):string
5454
--- @field bytecode_save fun(name: string, bytecode: string, tpl: aspect.template)
5555
local template = {
56-
_VERSION = "2.1",
56+
_VERSION = "2.2",
5757
_NAME = "aspect",
5858
}
5959
local mt = { __index = template }

0 commit comments

Comments
 (0)