Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauerster committed Apr 1, 2023
1 parent f8aecf8 commit c634d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: macos-latest
- target: aarch64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os || ubuntu-latest }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v3
with:
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 = "kamp"
version = "0.1.2-dev"
version = "0.2.0"
authors = ["Vladimir Bauer <vbauerster@gmail.com>"]
description = "kamp is a tool to control kakoune editor from the command line"
repository = "https://github.com/vbauerster/kamp"
Expand Down

0 comments on commit c634d19

Please sign in to comment.