Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunkomath committed Jan 20, 2024
1 parent 7e17c66 commit 1ec9c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to Pages

on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * 0'
# Runs on pushes targeting the default branch
push:
branches: ["main"]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustyink"
version = "0.1.7"
version = "0.2.0"
edition = "2021"
description = "Blazing fast static site generator"
authors = ["Arjun Komath <arjunkomath@gmail.com>"]
Expand Down

0 comments on commit 1ec9c72

Please sign in to comment.