Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Nov 19, 2024
1 parent af1e9bf commit e5b3d8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rgl2gltf
Type: Package
Title: Read and Write '.gltf' and '.glb' Files
Version: 1.0.6
Version: 1.0.7
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
email = "[email protected]"),
person("Morten S.", "Mikkelsen", role = c("cph")))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rgl2gltf 1.0.6
# rgl2gltf 1.0.7

* Avoid writing to library during execution.

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.5:
1.0.7:

Small update to add support for transparency and to avoid NoRemap issues
as requested by CRAN, and a few other check notes or warnings.
Small update to fix bug where it was attempting to
write to the package library, as requested by Tomas.

0 comments on commit e5b3d8a

Please sign in to comment.