From commits-return-1160-archive-asf-public=cust-asf.ponee.io@ponymail.incubator.apache.org Mon Mar 11 13:09:52 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D6F0D180657 for ; Mon, 11 Mar 2019 14:09:51 +0100 (CET) Received: (qmail 68354 invoked by uid 500); 11 Mar 2019 13:09:51 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 68345 invoked by uid 99); 11 Mar 2019 13:09:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Mar 2019 13:09:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 74CB5879B8; Mon, 11 Mar 2019 13:09:50 +0000 (UTC) Date: Mon, 11 Mar 2019 13:09:50 +0000 To: "commits@ponymail.apache.org" Subject: [incubator-ponymail] branch master updated: We are 0.12-SNAPSHOT on master now MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155230979042.30004.15486339724485071028@gitbox.apache.org> From: humbedooh@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-ponymail X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8b00e7c8eabf01a68fc119d2ce58bfbfc3c3eea3 X-Git-Newrev: 89b4170134e4a055192b3aa06629d8f7609e0ebf X-Git-Rev: 89b4170134e4a055192b3aa06629d8f7609e0ebf X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git The following commit(s) were added to refs/heads/master by this push: new 89b4170 We are 0.12-SNAPSHOT on master now 89b4170 is described below commit 89b4170134e4a055192b3aa06629d8f7609e0ebf Author: Daniel Gruno AuthorDate: Mon Mar 11 14:09:35 2019 +0100 We are 0.12-SNAPSHOT on master now --- site/js/dev/ponymail_assign_vars.js | 2 +- site/js/ponymail.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/js/dev/ponymail_assign_vars.js b/site/js/dev/ponymail_assign_vars.js index 0b16ca6..f9252d3 100644 --- a/site/js/dev/ponymail_assign_vars.js +++ b/site/js/dev/ponymail_assign_vars.js @@ -19,7 +19,7 @@ // They keep track of the JSON we have received, storing it in the browser, // Thus lightening the load on the backend (caching and such) -var _VERSION_ = "0.11" // Current version (as far as we know) +var _VERSION_ = "0.12-SNAPSHOT" // Current version (as far as we know) var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] var d_ppp = 15; // results per page var c_page = 0; // current page position for list view diff --git a/site/js/ponymail.js b/site/js/ponymail.js index 161def7..9865e7d 100644 --- a/site/js/ponymail.js +++ b/site/js/ponymail.js @@ -27,7 +27,7 @@ // They keep track of the JSON we have received, storing it in the browser, // Thus lightening the load on the backend (caching and such) -var _VERSION_ = "0.11" // Current version (as far as we know) +var _VERSION_ = "0.12-SNAPSHOT" // Current version (as far as we know) var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] var d_ppp = 15; // results per page var c_page = 0; // current page position for list view