Skip to content

Commit

Permalink
bump: Bump to v0.2.6 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
limakzi authored Aug 28, 2024
1 parent 812710d commit 37fb97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-page-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
gap-branch: stable-4.13
archive-file: ${{ github.repository }}-${{ github.ref_name }}.tar.gz
archive-file: ${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz

jobs:
assets-build:
Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
commit_message: '[${{ github.ref_name }}] - website update'
repository: gh-pages
branch: gh-pages
push_options: '--force'
push_options: '--force'
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Subtitle := "A fork of smallgrp package for small antiassociative magmas",
## See '?Extending: Version Numbers' in GAP help for an explanation
## of valid version numbers. For an automatic package distribution update
## you must provide a new version number even after small changes.
Version := "0.2.5",
Version := "0.2.6",

## Release date of the current version in dd/mm/yyyy format.
Date := "28/08/2024",
Expand Down

0 comments on commit 37fb97d

Please sign in to comment.