Skip to content

Commit

Permalink
update bioc version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Jun 25, 2024
2 parents cbba261 + 77ee00c commit 73db945
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Package: ggsc
Title: Visualizing Single Cell and Spatial Transcriptomics
<<<<<<< HEAD
Version: 1.3.0.001
=======
Version: 1.3.0
>>>>>>> upstream/devel
Authors@R: c(
person("Guangchuang", "Yu",
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION)
PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION)
PKGSRC := $(shell basename `pwd`)
BIOCVER := RELEASE_3_18
BIOCVER := RELEASE_3_19

all: rd check clean

Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ggsc 1.2.0

+ Bioconductor RELEASE_3_19 (2024-06-25, Tue)

# ggsc 1.3.001

+ add `geom_bgpoint()` layer (2024-06-18, Tue, #24)
Expand Down

0 comments on commit 73db945

Please sign in to comment.