Skip to content

Feature/test encryption decryption together #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ Please feel free to provide any suggestion for new utility in [Issues](https://g

## @codingtools/cdt

This Project is created and supported by [Ashish Patel](http://ashish.live/)
This Project is created and managed by [Ashish Patel](http://ashish.live/)

## Releasing Version
* this needs to be done from release* branch

### Increasing Version

```bash
npm version patch
npm version [patch|minor|major]
```
it will update readme.md and update package.json, also will create tag and commit.

Expand Down
Loading