From 78a5caf1e619dca3924feed74a03291c2e651c34 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 19 Jan 2019 13:53:50 +0000 Subject: Update NEWS and version ready for 1.3 --- NEWS | 5 +++++ lib/gitano.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b44f67..aa2edfa 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,11 @@ This document lists important things to know about changes to Gitano between one release and the next. It is arranged in reverse-version-order, with the newest NEWS at the top. +Changes since v1.2 (UNRELEASED v1.3) +------------------ + +* None + Changes since v1.1 ------------------ diff --git a/lib/gitano.lua b/lib/gitano.lua index 06ad73d..4e29973 100644 --- a/lib/gitano.lua +++ b/lib/gitano.lua @@ -44,7 +44,7 @@ local i18n = require 'gitano.i18n' local patterns = require 'gitano.patterns' local hooks = require 'gitano.hooks' -local _VERSION = {1, 2, 0} +local _VERSION = {1, 3, 0} _VERSION.major = _VERSION[1] _VERSION.minor = _VERSION[2] _VERSION.patch = _VERSION[3] -- cgit v1.2.1