Skip to content

Commit b3b3fb4

Browse files
committedNov 25, 2024
bump version
1 parent 320858d commit b3b3fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎openai/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local VERSION = "1.4.1"
1+
local VERSION = "1.4.2"
22
local ltn12 = require("ltn12")
33
local cjson = require("cjson")
44
local unpack = table.unpack or unpack

‎openai/init.moon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.4.1"
1+
VERSION = "1.4.2"
22

33
ltn12 = require "ltn12"
44
cjson = require "cjson"

0 commit comments

Comments
 (0)
Failed to load comments.