Skip to content

Commit

Permalink
Alpha.3 release (#38)
Browse files Browse the repository at this point in the history
- update version number
  • Loading branch information
tib authored Oct 17, 2024
1 parent 9b3f8b4 commit 1e3dfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ make install
which toucan
```

NOTE: version 1.0.0-alpha.2 only supports macOS, Linux support is coming soon.
NOTE: version 1.0.0-alpha.3 only supports macOS, Linux support is coming soon.

## Available commands

Expand Down
2 changes: 1 addition & 1 deletion Sources/toucan-cli/Entrypoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct Entrypoint: AsyncParsableCommand {
discussion: """
A markdown-based Static Site Generator (SSG) written in Swift.
""",
version: "1.0.0-alpha.2",
version: "1.0.0-alpha.3",
subcommands: [
Generate.self,
Serve.self,
Expand Down

0 comments on commit 1e3dfc3

Please sign in to comment.