Sfoglia il codice sorgente

Bump version number

John Lees-Miller 7 anni fa
parent
commit
626511fa73
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libraries/redis-wrapper/package.json

+ 1 - 1
libraries/redis-wrapper/package.json

@@ -1,6 +1,6 @@
 {
   "name": "redis-sharelatex",
-  "version": "1.0.9",
+  "version": "1.0.10",
   "description": "Redis wrapper for node which will either use cluster, sentinal, or single instance redis",
   "main": "index.js",
   "author": "ShareLaTeX",