Skip to content

Commit

Permalink
Update fpm, ford and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jul 21, 2023
1 parent 9271fdf commit dd83275
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ To use ForEig, follow the steps below:

```shell
git clone https://github.com/gha3mi/foreig.git
```

```shell
cd foreig
```

Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
6 changes: 5 additions & 1 deletion ford.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
project: foreig
version: v0.1.0
version: {!VERSION!}
year: 2023
project_github: https://github.com/gha3mi/foreig
author: Seyed Ali Ghasemi
email: [email protected]
github: https://github.com/gha3mi
src_dir: ./src
./test
./example
output_dir: ./doc
source: true
graph: true
Expand All @@ -15,4 +17,6 @@ display: public
private
protected
print_creation_date: true
media_dir: ./media

{!README.md!}
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "foreig"
version = "0.3.1"
version = "VERSION"
author = "Seyed Ali Ghasemi"
maintainer = "[email protected]"
copyright = "Copyright (c) 2023, Seyed Ali Ghasemi"
Expand Down

0 comments on commit dd83275

Please sign in to comment.