Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
dineug committed Sep 28, 2023
1 parent a5ba28b commit ebb9060
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# go - Promise Extension Library

[![npm version](https://img.shields.io/npm/v/@dineug/go.svg?style=flat-square&color=blue)](https://www.npmjs.com/package/@dineug/go)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@dineug/go?style=flat-square&color=blue)](https://www.npmjs.com/package/@dineug/go)
[![GitHub](https://img.shields.io/github/license/dineug/go?style=flat-square&color=blue)](https://github.com/dineug/go/blob/main/packages/go/LICENSE)

like [co](https://github.com/tj/co), or [redux-saga](https://redux-saga.js.org)

- [Getting Started](https://github.com/dineug/go/tree/main/packages/go#getting-started)
Expand Down
4 changes: 0 additions & 4 deletions packages/go/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# go - Promise Extension Library

[![npm version](https://img.shields.io/npm/v/@dineug/go.svg?style=flat-square&color=blue)](https://www.npmjs.com/package/@dineug/go)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@dineug/go?style=flat-square&color=blue)](https://www.npmjs.com/package/@dineug/go)
[![GitHub](https://img.shields.io/github/license/dineug/go?style=flat-square&color=blue)](https://github.com/dineug/go/blob/main/packages/go/LICENSE)

like [co](https://github.com/tj/co), or [redux-saga](https://redux-saga.js.org)

- [Getting Started](#getting-started)
Expand Down
2 changes: 1 addition & 1 deletion packages/go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dineug/go",
"version": "0.1.6",
"version": "0.1.7",
"description": "Promise Extension Library",
"type": "module",
"main": "./dist/go.umd.cjs",
Expand Down

0 comments on commit ebb9060

Please sign in to comment.