Skip to content

Commit

Permalink
🔖 release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 14, 2022
1 parent ade5bc2 commit 07f64ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sqlite/db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local sqlite = {}
---@field db sqlite_db: reference to fallback to when overwriting |sqlite_db| methods (extended only).
sqlite.db = {}
sqlite.db.__index = sqlite.db
sqlite.db.__version = "v1.2.0"
sqlite.db.__version = "v1.2.1"

local clib = require "sqlite.defs"
local s = require "sqlite.stmt"
Expand Down

0 comments on commit 07f64ac

Please sign in to comment.