Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Sep 4, 2024
1 parent caf005b commit 5ffad6d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: NixOS Build
run: nix --extra-experimental-features nix-command build
run: nix --extra-experimental-features nix-command --extra-experimental-features flakes build
- name: Upload build result
uses: actions/[email protected]
with:
name: nix-package
path: result

docker:
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
needs: [linux-gnu, linux-musl, macos-apple-silicon, windows-mingw, windows-msvc, nix]
Expand Down
6 changes: 3 additions & 3 deletions 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "insanity";
version = "1.1.2";
version = "1.1.3";
src = ./.;
cargoLock = {
lockFile = ./Cargo.lock;
Expand Down
2 changes: 1 addition & 1 deletion insanity-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insanity-core"
version = "1.1.2"
version = "1.1.3"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion insanity-native-tui-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insanity-tui-app"
version = "1.1.2"
version = "1.1.3"
authors = ["Nicolas Chan <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion insanity-tui-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insanity-tui-adapter"
version = "1.1.2"
version = "1.1.3"
edition = "2021"

[lib]
Expand Down

0 comments on commit 5ffad6d

Please sign in to comment.