mirror of
https://github.com/RGBCube/color.v
synced 2025-07-30 17:37:45 +00:00
Rename color/ back to src, bump version
This commit is contained in:
parent
39e4202d69
commit
205be70a37
6 changed files with 2 additions and 1 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
|
||||
- name: Generate Docs
|
||||
run: |
|
||||
mv ./src ./color # For the docs header
|
||||
cp ./README.md ./color/ # For the README to be included in the docs.
|
||||
v doc -readme -f html -o ./ -m ./color
|
||||
|
||||
|
|
2
v.mod
2
v.mod
|
@ -1,7 +1,7 @@
|
|||
Module {
|
||||
name: 'color'
|
||||
description: 'An easier way to print colored text to the terminal.'
|
||||
version: '1.2.1'
|
||||
version: '1.2.2'
|
||||
license: 'MIT'
|
||||
dependencies: []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue