Skip to content

Commit 25d59a1

Browse files
authored
Merge pull request #27 from codingtools/feature/test-encryption-decryption-together
Feature/test encryption decryption together
2 parents 3853271 + 9c85ce4 commit 25d59a1

File tree

4 files changed

+420
-130
lines changed

4 files changed

+420
-130
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,15 @@ Please feel free to provide any suggestion for new utility in [Issues](https://g
221221

222222
## @codingtools/cdt
223223

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

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

229229
### Increasing Version
230230

231231
```bash
232-
npm version patch
232+
npm version [patch|minor|major]
233233
```
234234
it will update readme.md and update package.json, also will create tag and commit.
235235

0 commit comments

Comments
 (0)