Skip to content

Commit

Permalink
Bumped version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Sep 20, 2023
1 parent a87ec2a commit 27b298e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JuliaExcel"
uuid = "661490ff-676f-49f7-9f60-bdb0e4e6656a"
authors = ["Philip Swannell"]
version = "0.2.8"
version = "0.2.9"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation does not require admin rights on the PC.
* Launch Julia, and copy-paste the following command into the REPL:
```
using Pkg
Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="v0.2.8")
Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="v0.2.9")
using JuliaExcel;JuliaExcel.installme()
```
Expand Down

0 comments on commit 27b298e

Please sign in to comment.