Skip to content

Commit

Permalink
chore(*) 1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 19, 2017
1 parent a3762c4 commit e3ed097
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ $ make doc
[badge-coveralls-url]: https://coveralls.io/r/thibaultcha/lua-cassandra?branch=master
[badge-coveralls-image]: https://coveralls.io/repos/thibaultcha/lua-cassandra/badge.svg?branch=master&style=flat

[badge-version-image]: https://img.shields.io/badge/version-1.2.2-blue.svg?style=flat
[badge-version-image]: https://img.shields.io/badge/version-1.2.3-blue.svg?style=flat
4 changes: 2 additions & 2 deletions lib/cassandra/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Single host module for PUC Lua, LuaJIT and OpenResty.
-- @module cassandra
-- @author thibaultcha
-- @release 1.2.2
-- @release 1.2.3

local socket = require 'cassandra.socket'
local cql = require 'cassandra.cql'
Expand Down Expand Up @@ -74,7 +74,7 @@ local find = string.find
-- @table cassandra.auth_providers

local _Host = {
_VERSION = '1.2.2',
_VERSION = '1.2.3',
cql_errors = cql.errors,
consistencies = cql.consistencies,
auth_providers = require 'cassandra.auth'
Expand Down
4 changes: 2 additions & 2 deletions lib/resty/cassandra/cluster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Cluster module for OpenResty.
-- @module resty.cassandra.cluster
-- @author thibaultcha
-- @release 1.2.2
-- @release 1.2.3

local resty_lock = require 'resty.lock'
local cassandra = require 'cassandra'
Expand Down Expand Up @@ -221,7 +221,7 @@ end
-----------

local _Cluster = {
_VERSION = '1.2.2',
_VERSION = '1.2.3',
}

_Cluster.__index = _Cluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-cassandra"
version = "1.2.2-0"
version = "1.2.3-0"
source = {
url = "git://github.com/thibaultcha/lua-cassandra",
tag = "1.2.2"
tag = "1.2.3"
}
description = {
summary = "A pure Lua client library for Apache Cassandra",
Expand Down

0 comments on commit e3ed097

Please sign in to comment.