Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Nov 9, 2024
1 parent 11305bd commit 13f3bac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: Release CI

# yamllint disable-line rule:truthy
on:
branches: main
tags:
- '*'
push:
tags:
- '*'

jobs:
build:
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,7 +1,7 @@
[package]
name = "its-a-unix-system"
description = "A unix terminal for your website"
version = "0.1.1-alpha.1"
version = "0.1.1-alpha.2"
authors = ["Property404 <[email protected]>"]
edition = "2021"
repository = "https://github.com/Property404/its-a-unix-system"
Expand Down

0 comments on commit 13f3bac

Please sign in to comment.