Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan7237d committed Aug 16, 2023
1 parent 37c3cd6 commit dea636b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pipe-function
# `pipe` function

A function to pipe a value through multiple transforms.
A function to pipe a value through a number of transforms.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pipe-function",
"version": "0.0.1",
"description": "A function to pipe a value through multiple transforms",
"version": "1.0.0",
"description": "A function to pipe a value through a number of transforms",
"repository": "https://github.com/ivan7237d/pipe-function.git",
"license": "MIT",
"main": "build/main/index.js",
Expand Down

0 comments on commit dea636b

Please sign in to comment.