Skip to content

Commit

Permalink
Update trunk from master to main (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea authored Jun 29, 2021
1 parent 52dda6f commit 085c61a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
tags:
- v*
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LighthouseFlux"
uuid = "56a5d6c5-c9a8-4db3-ae3d-7c3fdb50c563"
authors = ["Beacon Biosignals, Inc."]
version = "0.3.2"
version = "0.3.3"

[deps]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LighthouseFlux.jl

[![CI](https://github.com/beacon-biosignals/LighthouseFlux.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/beacon-biosignals/LighthouseFlux.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/beacon-biosignals/LighthouseFlux.jl/branch/master/graph/badge.svg?token=aOni8ATb88)](https://codecov.io/gh/beacon-biosignals/LighthouseFlux.jl)
[![codecov](https://codecov.io/gh/beacon-biosignals/LighthouseFlux.jl/branch/main/graph/badge.svg?token=aOni8ATb88)](https://codecov.io/gh/beacon-biosignals/LighthouseFlux.jl)
[![Docs: stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://beacon-biosignals.github.io/LighthouseFlux.jl/stable)
[![Docs: development](https://img.shields.io/badge/docs-dev-blue.svg)](https://beacon-biosignals.github.io/LighthouseFlux.jl/dev)

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ makedocs(; modules=[LighthouseFlux], sitename="LighthouseFlux",
authors="Beacon Biosignals and other contributors",
pages=["API Documentation" => "index.md"])

deploydocs(; repo="github.com/beacon-biosignals/LighthouseFlux.jl.git", devbranch="master")
deploydocs(; repo="github.com/beacon-biosignals/LighthouseFlux.jl.git", devbranch="main")

2 comments on commit 085c61a

@hannahilea
Copy link
Contributor 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/39906

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>" 085c61a38557f811964c4e894a963573a06eddc1
git push origin v0.3.3

Please sign in to comment.