Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bzick committed Aug 20, 2020
1 parent e538795 commit fb4f8df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ui:
# trianglify: true

project:
version: 2.1
version: 2.2
download_url: https://github.com/unifire-app/aspect/releases
download_text: Download

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "aspect"
version = "2.1-0"
version = "2.2-0"
source = {
url = "https://github.com/unifire-app/aspect/archive/2.1.zip",
dir = "aspect-2.0"
url = "https://github.com/unifire-app/aspect/archive/2.2.zip",
dir = "aspect-2.2"
}
description = {
summary = "Aspect is a powerful templating engine for Lua and OpenResty with syntax Twig/Django/Jinja/Liquid.",
Expand Down
2 changes: 1 addition & 1 deletion src/aspect/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local jit = jit
--- @field bytecode_load fun(name: string, tpl: aspect.template):string
--- @field bytecode_save fun(name: string, bytecode: string, tpl: aspect.template)
local template = {
_VERSION = "2.1",
_VERSION = "2.2",
_NAME = "aspect",
}
local mt = { __index = template }
Expand Down

0 comments on commit fb4f8df

Please sign in to comment.