1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +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> <description>An app to sync SMS with your cloud</description>
<licence>agpl</licence> <licence>agpl</licence>
<author homepage="https://www.unix-experience.fr">Loic Blot</author> <author homepage="https://www.unix-experience.fr">Loic Blot</author>
<version>2.1.2</version> <version>2.1.3</version>
<category>multimedia</category> <category>multimedia</category>
<category>tools</category> <category>tools</category>
<dependencies> <dependencies>

View File

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