Skip to content

Commit

Permalink
Merge pull request #51 from yusufshakeel/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yusufshakeel authored Jul 17, 2022
2 parents f0256f9 + 8d97bd6 commit fdf62a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
This is a simple coupon creation project using NodeJS.

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.9.2-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.9.3-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm Downloads](https://img.shields.io/npm/dm/couponjs.svg)](https://www.npmjs.com/package/couponjs)

![CouponJS](./resource/couponjs-500x150.png)

Expand Down
4 changes: 2 additions & 2 deletions 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": "couponjs",
"version": "0.9.2",
"version": "0.9.3",
"description": "This is a simple coupon creation project using NodeJS.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fdf62a8

Please sign in to comment.