-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded to correct version number 0.2.3
- Loading branch information
Servet Ahmet Çizmeli
committed
Jun 29, 2022
1 parent
9c10e26
commit 4984168
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: shiny.router | ||
Type: Package | ||
Title: Basic Routing for Shiny Web Applications | ||
Version: 0.2.2 | ||
Version: 0.2.3 | ||
Authors@R: c(person("Filip", "Stachura", | ||
email = "[email protected]", | ||
role = c("aut")), | ||
|
@@ -14,7 +14,7 @@ Authors@R: c(person("Filip", "Stachura", | |
person("Developers", "Appsilon", | ||
email = "[email protected]", | ||
role = c("cre", "aut")), | ||
person("Servet Ahmet", "Çizmeli", email = "[email protected]", role = c("ctb")), | ||
person("Servet Ahmet", "Çizmeli", email = "[email protected]", role = c("ctb")), | ||
person(family = "Appsilon", role = c("cph")) | ||
) | ||
Description: It is a simple router for your Shiny apps. | ||
|