Skip to content

Commit d89b88f

Browse files
committed
Increment version number to 1.0.3
1 parent af12523 commit d89b88f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: lifecycle
22
Title: Manage the Life Cycle of your Package Functions
3-
Version: 1.0.2.9000
3+
Version: 1.0.3
44
Authors@R: c(
55
person("Lionel", "Henry", , "[email protected]", role = c("aut", "cre")),
66
person("Hadley", "Wickham", , "[email protected]", role = "aut",

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lifecycle (development version)
1+
# lifecycle 1.0.3
22

33
* The `with` line is now an info bullet. The `details` lines are info
44
bullets by default, unless the argument is named.
@@ -17,6 +17,7 @@
1717

1818
* Soft deprecations now only warn every 8 hours in non-package code (#134).
1919

20+
2021
# lifecycle 1.0.2
2122

2223
* You can now generate arbitrary text in a deprecation message by

0 commit comments

Comments
 (0)