Skip to content

Commit

Permalink
update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddik-web committed Nov 29, 2024
1 parent 42cefe9 commit f698cf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ 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 () {
return gulp.src("./build", { read: false, allowEmpty: true }).pipe(clean());
});

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(
Expand Down
2 changes: 1 addition & 1 deletion modules/mod_sp_weather/mod_sp_weather.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomshaper.com</authorUrl>
<version>4.1.0</version>
<version>4.1.1</version>
<description>Weather module by JoomShaper.com using 5 API platform.</description>

<languages>
Expand Down

0 comments on commit f698cf5

Please sign in to comment.