From 2dff1f27645a728915b64c6fdb1829ce79c95c00 Mon Sep 17 00:00:00 2001 From: Shakil Thakur Date: Sun, 27 May 2018 12:21:44 -0500 Subject: [PATCH] updated version numbers (#18) --- ftcsv-1.1.4-1.rockspec => ftcsv-1.1.5-1.rockspec | 4 ++-- ftcsv.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename ftcsv-1.1.4-1.rockspec => ftcsv-1.1.5-1.rockspec (95%) diff --git a/ftcsv-1.1.4-1.rockspec b/ftcsv-1.1.5-1.rockspec similarity index 95% rename from ftcsv-1.1.4-1.rockspec rename to ftcsv-1.1.5-1.rockspec index 236ef9d..717b50b 100644 --- a/ftcsv-1.1.4-1.rockspec +++ b/ftcsv-1.1.5-1.rockspec @@ -1,9 +1,9 @@ package = "ftcsv" -version = "1.1.4-1" +version = "1.1.5-1" source = { url = "git://github.com/FourierTransformer/ftcsv.git", - tag = "1.1.4" + tag = "1.1.5" } description = { diff --git a/ftcsv.lua b/ftcsv.lua index decb289..ffa5366 100644 --- a/ftcsv.lua +++ b/ftcsv.lua @@ -1,11 +1,11 @@ local ftcsv = { - _VERSION = 'ftcsv 1.1.4', + _VERSION = 'ftcsv 1.1.5', _DESCRIPTION = 'CSV library for Lua', _URL = 'https://github.com/FourierTransformer/ftcsv', _LICENSE = [[ The MIT License (MIT) - Copyright (c) 2016 Shakil Thakur + Copyright (c) 2016-2018 Shakil Thakur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal