Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
slycelote committed Dec 25, 2021
1 parent 564b77c commit 14db138
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest]

env:
CAIDE_EXE_RELATIVE_PATH: dist-newstyle/build/x86_64-linux/ghc-${{ matrix.ghc }}/libcaide-2.8.1/build/caide/caide
CAIDE_EXE_RELATIVE_PATH: dist-newstyle/build/x86_64-linux/ghc-${{ matrix.ghc }}/libcaide-2.9.0/build/caide/caide
CAIDE_CMAKE_CONFIGURE_ARGS: "-GNinja,-DCMAKE_CXX_COMPILER_LAUNCHER=ccache,-DCMAKE_C_COMPILER_LAUNCHER=ccache"
CONFIG: "--enable-tests --enable-benchmarks --enable-coverage"

Expand Down
2 changes: 1 addition & 1 deletion libcaide/libcaide.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: libcaide
version: 2.8.1
version: 2.9.0
build-type: Custom
license: GPL-3.0-or-later
license-file: LICENSE
Expand Down
4 changes: 2 additions & 2 deletions vscaide/VsCaidePackage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.8.1")]
[assembly: AssemblyFileVersion("2.8.1")]
[assembly: AssemblyVersion("2.9.0")]
[assembly: AssemblyFileVersion("2.9.0")]
2 changes: 1 addition & 1 deletion vscaide/VsCaidePackage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="8e97a36f-88cc-49ee-8e47-df660b4c7d83" Version="2.8.1" Language="en-US" Publisher="slycelote" />
<Identity Id="8e97a36f-88cc-49ee-8e47-df660b4c7d83" Version="2.9.0" Language="en-US" Publisher="slycelote" />
<DisplayName>VsCaide</DisplayName>
<Description xml:space="preserve">Automates certain common tasks that you do during programming competitions: parsing, running and debugging problem tests, inlining library code.</Description>
<MoreInfo>https://github.com/slycelote/caide</MoreInfo>
Expand Down

0 comments on commit 14db138

Please sign in to comment.