From f698cf5eae559d792eaaf78872295693e0e67a36 Mon Sep 17 00:00:00 2001 From: Md Siddiqur Rahman Date: Fri, 29 Nov 2024 12:55:50 +0600 Subject: [PATCH] update build version --- gulpfile.js | 4 ++-- modules/mod_sp_weather/mod_sp_weather.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 9112596..4d3c902 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,7 +42,7 @@ gulp.task( ); gulp.task("zip_it", function () { - return gulp.src("./build/**/*.*").pipe(zip("mod_sp_weather_v4.1.0.zip")).pipe(gulp.dest("./")); + return gulp.src("./build/**/*.*").pipe(zip("mod_sp_weather_v4.1.1.zip")).pipe(gulp.dest("./")); }); gulp.task("clean_build", function () { @@ -50,7 +50,7 @@ gulp.task("clean_build", function () { }); gulp.task("clean_zip", function () { - return gulp.src("./mod_sp_weather_v4.1.0.zip", { read: false, allowEmpty: true }).pipe(clean()); + return gulp.src("./mod_sp_weather_v4.1.1.zip", { read: false, allowEmpty: true }).pipe(clean()); }); gulp.task( diff --git a/modules/mod_sp_weather/mod_sp_weather.xml b/modules/mod_sp_weather/mod_sp_weather.xml index 84433ff..0afe406 100644 --- a/modules/mod_sp_weather/mod_sp_weather.xml +++ b/modules/mod_sp_weather/mod_sp_weather.xml @@ -7,7 +7,7 @@ http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL support@joomshaper.com www.joomshaper.com - 4.1.0 + 4.1.1 Weather module by JoomShaper.com using 5 API platform.