Back to dev version [ci skip]

This commit is contained in:
Alexey Melnichuk 2017-04-11 14:35:15 +03:00
parent 88bc9ac6cf
commit 350346c9a8
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2014-2016 Alexey Melnichuk
Copyright (c) 2014-2017 Alexey Melnichuk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
--
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
-- Copyright (C) 2014-2017 Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Licensed according to the included 'LICENSE' document
--
@ -10,9 +10,9 @@
local module_info = {
_NAME = "Lua-cURL";
_VERSION = "0.3.6";
_VERSION = "0.3.7-dev";
_LICENSE = "MIT";
_COPYRIGHT = "Copyright (c) 2014-2016 Alexey Melnichuk";
_COPYRIGHT = "Copyright (c) 2014-2017 Alexey Melnichuk";
}
local function clone(t, o)