Skip to content

Commit

Permalink
Change license year.
Browse files Browse the repository at this point in the history
  • Loading branch information
JauntyJJS committed Jan 27, 2023
1 parent 1d2bf35 commit 6703c2c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Config/testthat/edition: 3
Package: lancer
Title: Linearity Assessment and Curve Explorer
Version: 0.1.0
Version: 0.1.1
Authors@R:
c(person(given = "Jeremy",
family = "Selva",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2022
YEAR: 2023
COPYRIGHT HOLDER: Jeremy Selva
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2022 Jeremy Selva
Copyright (c) 2023 Jeremy Selva

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# lancer 0.1.0.9000 (development version)
# lancer 0.1.1.9000 (development version)

## TODO

## Completed
# lancer 0.1.1

* Add a figshare DOI.
* Update workflow picture.
* Change license year to 2023.

# lancer 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ You can install the development version from [GitHub](https://github.com/) with:
devtools::install_github("SLINGhub/lancer")
```

If you want to use a proper release version, referenced by a Git tag (example: 0.1.0) install the package as follows:
If you want to use a proper release version, referenced by a Git tag (example: 0.1.1) install the package as follows:

```r
devtools::install_github("SLINGhub/lancer", ref = "0.1.0")
devtools::install_github("SLINGhub/lancer", ref = "0.1.1")
```

<a href="#top">Back to top</a>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ devtools::install_github("SLINGhub/lancer")
```

If you want to use a proper release version, referenced by a Git tag
(example: 0.1.0) install the package as follows:
(example: 0.1.1) install the package as follows:

``` r
devtools::install_github("SLINGhub/lancer", ref = "0.1.0")
devtools::install_github("SLINGhub/lancer", ref = "0.1.1")
```

<a href="#top">Back to top</a>
Expand Down

0 comments on commit 6703c2c

Please sign in to comment.