Browse Source

Update to 1.4.3

Lutz Roeder 8 years ago
parent
commit
dbbbf3d2e4
2 changed files with 4 additions and 4 deletions
  1. 3 3
      Makefile
  2. 1 1
      package.json

+ 3 - 3
Makefile

@@ -39,9 +39,9 @@ publish_github_pages:
 	git clone [email protected]:lutzroeder/Netron.git ./build/gh-pages --branch gh-pages
 	rm -rf ./build/gh-pages/*
 	cp -R ./build/python/lib/netron/* ./build/gh-pages/
-	rm ./build/gh-pages/*.py
-	rm ./build/gh-pages/*.pyc
-	rm ./build/gh-pages/netron
+	rm -rf ./build/gh-pages/*.py
+	rm -rf ./build/gh-pages/*.pyc
+	rm -rf ./build/gh-pages/netron
 	mv ./build/gh-pages/view-browser.html ./build/gh-pages/index.html
 	git -C ./build/gh-pages add --all
 	git -C ./build/gh-pages commit --amend --no-edit

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
         "email": "[email protected]",
         "url": "lutzroeder.com"
     },
-    "version": "1.4.2",
+    "version": "1.4.3",
     "description": "Viewer neural network models",
     "license": "MIT",
     "repository": "lutzroeder/Netron",