Skip to content

Commit

Permalink
9.0.12-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falric committed Dec 8, 2023
1 parent 7ecb57c commit ef18c05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- main
- fix/conditional-visibility-header
- fix/back-to-top-breaks-in-dev
- deprecation
pull_request:
branches:
- main
- fix/conditional-visibility-header
- fix/back-to-top-breaks-in-dev
- deprecation
paths-ignore:
- '*.md'
Expand All @@ -29,7 +29,7 @@ jobs:
NPM_UPDATES_AVAILABLE: True
BUILD_INFORMATION_OUTPUT_FILE: '/config/version.js'
CXXFLAGS: '--std=c++14'
BRANCHES_SAVE_STARTING_WITH: 'refs/heads/fix/conditional-visibility-header'
BRANCHES_SAVE_STARTING_WITH: 'refs/heads/fix/back-to-top-breaks-in-dev'
BRANCHES_TAG_AS_MAIN: 'True'
run: |
${{ secrets.EVOLENE_RUN_COMMAND }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "JSHint configuration - http://jshint.com/docs/options/",
"name": "kth-style",
"version": "9.0.11",
"version": "9.0.12-alpha.0",
"description": "KTH CSS. A custom build of Bootstrap 5. The purpose of this project is to provide the essential design and style for applications within KTH and make the development process of these applications faster.",
"automaticPublish": "true",
"private": false,
Expand Down

0 comments on commit ef18c05

Please sign in to comment.