Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 30, 2020
1 parent af8542c commit 3f9b26c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gitcreds
Title: Query 'git' Credentials from 'R'
Version: 0.0.0.9000
Version: 0.1.0
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Query, set, delete credentials from the 'git' credential
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# 0.0.0.9000
# 0.1.0

First public release.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Query git credentials from R

## Installation

Once on CRAN, install the package as usual:
Install the package from CRAN:

```{r eval = FALSE}
install.packages("gitcreds")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Query git credentials from R

## Installation

Once on CRAN, install the package as usual:
Install the package from CRAN:

``` r
install.packages("gitcreds")
Expand Down

0 comments on commit 3f9b26c

Please sign in to comment.