Skip to content

Commit 350346c

Browse files
committed
Back to dev version [ci skip]
1 parent 88bc9ac commit 350346c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2016 Alexey Melnichuk
3+
Copyright (c) 2014-2017 Alexey Melnichuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/lua/cURL/impl/cURL.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
33
--
4-
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
4+
-- Copyright (C) 2014-2017 Alexey Melnichuk <alexeymelnichuck@gmail.com>
55
--
66
-- Licensed according to the included 'LICENSE' document
77
--
@@ -10,9 +10,9 @@
1010

1111
local module_info = {
1212
_NAME = "Lua-cURL";
13-
_VERSION = "0.3.6";
13+
_VERSION = "0.3.7-dev";
1414
_LICENSE = "MIT";
15-
_COPYRIGHT = "Copyright (c) 2014-2016 Alexey Melnichuk";
15+
_COPYRIGHT = "Copyright (c) 2014-2017 Alexey Melnichuk";
1616
}
1717

1818
local function clone(t, o)

0 commit comments

Comments
 (0)