From 18118313e7f76d0eac7ba4319d52c6e69be8f7a5 Mon Sep 17 00:00:00 2001 From: softwarerero Date: Sat, 7 Nov 2020 09:32:48 -0300 Subject: [PATCH] Bump version --- package.js | 2 +- package.json | 2 +- smart.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.js b/package.js index ade6c68..977473b 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: "Almost i18n, with standard translations for basic meteor packages.", - version: "2.5.3", + version: "2.5.4", name: "softwarerero:accounts-t9n", git: "https://github.com/softwarerero/meteor-accounts-t9n.git", }); diff --git a/package.json b/package.json index adbe3f3..3d636bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meteor-accounts-t9n", - "version": "2.5.3", + "version": "2.5.4", "description": "Translations for Meteor projects, almost i18n", "repository": "https://github.com/softwarerero/meteor-accounts-t9n", "bugs": "https://github.com/softwarerero/meteor-accounts-t9n/issues", diff --git a/smart.json b/smart.json index 5f0c25e..9dfedf5 100644 --- a/smart.json +++ b/smart.json @@ -3,7 +3,7 @@ "description": "Translations for the meteor account's error messages", "homepage": "https://github.com/softwarerero/meteor-accounts-t9n", "author": "Stefan Undorf ", - "version": "2.5.3", + "version": "2.5.4", "git": "https://github.com/softwarerero/meteor-accounts-t9n.git", "packages": {} }