Skip to content

Commit

Permalink
Bump version: 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
datawookie committed Feb 7, 2025
1 parent 1fffdf3 commit 6b07864
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2
current_version = 0.9.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: emayili
Title: Send Email Messages
Version: 0.9.2
Version: 0.9.3
Authors@R:
c(person(given = c("Andrew", "B."),
family = "Collier",
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library(emayili)
packageVersion("emayili")
```

[1] '0.9.2'
[1] '0.9.3'

Create a message object.

Expand Down Expand Up @@ -152,8 +152,8 @@ Simply printing a message displays the header information.
email
```

Date: Tue, 28 Jan 2025 10:03:49 GMT
X-Mailer: {emayili}-0.9.1
Date: Fri, 07 Feb 2025 04:50:01 GMT
X-Mailer: {emayili}-0.9.3
MIME-Version: 1.0
From: [email protected]
To: [email protected]
Expand Down Expand Up @@ -201,8 +201,8 @@ envelope() %>%
text("Hello {{name}}!")
```

Date: Tue, 28 Jan 2025 10:03:49 GMT
X-Mailer: {emayili}-0.9.1
Date: Fri, 07 Feb 2025 04:50:01 GMT
X-Mailer: {emayili}-0.9.3
MIME-Version: 1.0
Content-Type: text/plain;
charset=utf-8;
Expand All @@ -226,8 +226,8 @@ envelope() %>%
)
```

Date: Tue, 28 Jan 2025 10:03:49 GMT
X-Mailer: {emayili}-0.9.1
Date: Fri, 07 Feb 2025 04:50:01 GMT
X-Mailer: {emayili}-0.9.3
MIME-Version: 1.0
Content-Type: text/html;
charset=utf-8
Expand Down

0 comments on commit 6b07864

Please sign in to comment.