1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 23:46:18 +00:00

Release 2.1.3

This commit is contained in:
Loic Blot 2019-06-03 20:22:19 +02:00
parent eeb99fe4c0
commit e8bf7b241d
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<description>An app to sync SMS with your cloud</description>
<licence>agpl</licence>
<author homepage="https://www.unix-experience.fr">Loic Blot</author>
<version>2.1.2</version>
<version>2.1.3</version>
<category>multimedia</category>
<category>tools</category>
<dependencies>

View File

@ -1,8 +1,8 @@
{
"devDependencies": {
"gulp": "^3.9.1",
"gulp": "^4.0.2",
"gulp-concat": "latest",
"gulp-uglify": "^3.0.1",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"gulp-rename": "latest"
},