Skip to content

Commit

Permalink
In CI move from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Nov 19, 2022
1 parent d554ebb commit 4fa35d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
tags: '*'
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "MFCC"
uuid = "ca7b5df7-6146-5dcc-89ec-36256279a339"
authors = ["David van Leeuwen"]
version = "0.3.2"
version = "0.3.3"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand Down

2 comments on commit 4fa35d4

@davidavdav
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/72515

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" 4fa35d4e087bed4e1d60839feca14211d743ca84
git push origin v0.3.3

Please sign in to comment.