Skip to content

Commit

Permalink
tagged to v1.2.2 and updated documentation (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-srivastava-03 authored Feb 10, 2021
1 parent 65c26b8 commit a95f192
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Storj-Nodejs Changelog

## [1.2.3]-10-02-2021
* Tagged uplink-c v1.2.2
* Updated documentation

## [1.2.0]-29-01-2021
* Updated HelloStorj.js
* Updated package.json
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GOGET=$(GOCMD) get
# Uplink-c
GIT_REPO=https://github.com/storj/uplink-c
UPLINKC_NAME=uplink-c
UPLINKC_VERSION=v1.2.0
UPLINKC_VERSION=v1.2.2
#Library Name
LIBRARY_NAME_LINUX=libuplinkc.so
LIBRARY_NAME_DARWIN=libuplinkc.dylib
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6acbf8b6d3dc42e98a30df0324334ca2)](https://app.codacy.com/gh/storj-thirdparty/uplink-nodejs?utm_source=github.com&utm_medium=referral&utm_content=storj-thirdparty/uplink-nodejs&utm_campaign=Badge_Grade_Dashboard)

#### *Developed using v1.2.0 storj/uplink-c*

#### Binding is tagged to uplink-c v1.2.0.
#### *Developed using v1.2.2 storj/uplink-c*

[API documentation and tutorial](https://storj-thirdparty.github.io/uplink-nodejs/#/)

Expand Down
Empty file added docs/.nojekyll
Empty file.
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# <b>uplink-nodejs binding</b>
#### *Developed using v1.2.0 storj/uplink-c*

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6acbf8b6d3dc42e98a30df0324334ca2)](https://app.codacy.com/gh/storj-thirdparty/uplink-nodejs?utm_source=github.com&utm_medium=referral&utm_content=storj-thirdparty/uplink-nodejs&utm_campaign=Badge_Grade_Dashboard)

#### Binding is tagged to uplink-c v1.2.0.
#### *Developed using v1.2.2 storj/uplink-c*

## <b>Initial Set-up (Important)</b>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uplink-nodejs",
"version": "1.2.0",
"version": "1.2.3",
"description": "Storj-NodeJS bindings package",
"main": "dist/uplink.js",
"scripts": {
Expand Down

0 comments on commit a95f192

Please sign in to comment.