diff --git a/.npmignore b/.npmignore index c53be12..36a06ec 100644 --- a/.npmignore +++ b/.npmignore @@ -3,3 +3,4 @@ !/test/** !/package.json !/LICENSE.txt +!docs/readme_files/odf-logo.png \ No newline at end of file diff --git a/README.md b/README.md index 220bb80..a4f2ea4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
diff --git a/docs/readme_files/kamu_logo.png b/docs/readme_files/kamu_logo.png deleted file mode 100644 index 7873555..0000000 Binary files a/docs/readme_files/kamu_logo.png and /dev/null differ diff --git a/docs/readme_files/odf-logo.png b/docs/readme_files/odf-logo.png new file mode 100644 index 0000000..e368709 Binary files /dev/null and b/docs/readme_files/odf-logo.png differ diff --git a/package.json b/package.json index 40342e0..3b61d4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opendatafabric/contracts", "description": "Set of Solidity smart contracts for interacting with Open Data Fabric network", - "version": "0.1.0", + "version": "0.1.2", "author": { "name": "Open Data Fabric", "url": "https://github.com/open-data-fabric/"