Procházet zdrojové kódy

ensure npm's package.json version gets incremented

El RIDO před 5 roky
rodič
revize
a2ffbafa13
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      Makefile
  2. 1 1
      js/package.json

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 
 CURRENT_VERSION = 1.3.5
 CURRENT_VERSION = 1.3.5
 VERSION ?= 1.3.6
 VERSION ?= 1.3.6
-VERSION_FILES = index.php cfg/ *.md css/ i18n/ img/ js/privatebin.js lib/ Makefile tpl/ tst/
+VERSION_FILES = index.php cfg/ *.md css/ i18n/ img/ js/package.json js/privatebin.js lib/ Makefile tpl/ tst/
 REGEX_CURRENT_VERSION := $(shell echo $(CURRENT_VERSION) | sed "s/\./\\\./g")
 REGEX_CURRENT_VERSION := $(shell echo $(CURRENT_VERSION) | sed "s/\./\\\./g")
 REGEX_VERSION := $(shell echo $(VERSION) | sed "s/\./\\\./g")
 REGEX_VERSION := $(shell echo $(VERSION) | sed "s/\./\\\./g")
 
 

+ 1 - 1
js/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "privatebin",
   "name": "privatebin",
-  "version": "1.3.0",
+  "version": "1.3.5",
   "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).",
   "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).",
   "main": "privatebin.js",
   "main": "privatebin.js",
   "directories": {
   "directories": {