Compare commits

...
2 Commits
Author SHA1 Message Date
pvincent f357d716b7 tagged as 1.5.4 2021-08-12 21:34:28 +04:00
pvincent a49bee1a52 fix: gitignore 2021-08-12 21:34:20 +04:00
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
*.n *.n
*.php *.php
config.xml config.xml
package-lock.json
www/plugin/* www/plugin/*
tmp/* tmp/*
*node_modules* *node_modules*
+1 -1
View File
@@ -1 +1 @@
1.5.3 1.5.4
+1 -1
View File
@@ -47,5 +47,5 @@
"bugs": { "bugs": {
"url": "https://github.com/bablukid/cagette/issues" "url": "https://github.com/bablukid/cagette/issues"
}, },
"version": "1.5.3" "version": "1.5.4"
} }