Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jokeyrhyme committed Jul 21, 2019
1 parent e795927 commit 63b68cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# git-crypt-users-js [![npm](https://img.shields.io/npm/v/git-crypt-ls-users.svg?maxAge=2592000)](https://www.npmjs.com/package/git-crypt-ls-users) [![npm](https://img.shields.io/npm/v/git-crypt-users.svg?maxAge=2592000)](https://www.npmjs.com/package/git-crypt-users) [![Travis CI Status](https://travis-ci.org/jokeyrhyme/git-crypt-users-js.svg?branch=master)](https://travis-ci.org/jokeyrhyme/git-crypt-users-js) [![Greenkeeper badge](https://badges.greenkeeper.io/jokeyrhyme/git-crypt-users-js.svg)](https://greenkeeper.io/)
# git-crypt-users-js [![npm](https://img.shields.io/npm/v/git-crypt-users.svg?maxAge=2592000)](https://www.npmjs.com/package/git-crypt-users) [![Travis CI Status](https://travis-ci.org/jokeyrhyme/git-crypt-users-js.svg?branch=master)](https://travis-ci.org/jokeyrhyme/git-crypt-users-js) [![Greenkeeper badge](https://badges.greenkeeper.io/jokeyrhyme/git-crypt-users-js.svg)](https://greenkeeper.io/)

conveniently manage git-crypt users

## Requirements

- Node.js 10.x or newer
- git
- git-crypt
- gnupg 2.x or newer

## Installation

```sh
npm install git-crypt-users
npm install --global git-crypt-users
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion 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": "git-crypt-users",
"version": "1.0.0",
"version": "2.0.0",
"description": "conveniently manage git-crypt users",
"keywords": [
"crypt",
Expand Down

0 comments on commit 63b68cf

Please sign in to comment.