Skip to content

Commit

Permalink
Prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Aug 4, 2020
1 parent 9437414 commit ef2dcdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChemEquations

<!--[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://zdroid.github.io/ChemEquations.jl/stable)-->
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://zdroid.github.io/ChemEquations.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://zdroid.github.io/ChemEquations.jl/dev/)
[![Build Status](https://github.com/zdroid/ChemEquations.jl/workflows/CI/badge.svg)](https://github.com/zdroid/ChemEquations.jl/actions)
[![Coverage](https://codecov.io/gh/zdroid/ChemEquations.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/zdroid/ChemEquations.jl)
Expand All @@ -9,10 +9,15 @@

## Installation

You can install the package by pressing `]` in Julia REPL and typing:
```julia
]add https://github.com/zdroid/ChemEquations.jl
add ChemEquations
```

Or if you want the latest version:
```julia
add ChemEquations#master
```
<!-- ]add ChemEquations -->

## Examples

Expand Down
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ ce"CH4 + 2 O2 = CO2 + 2 H2O"

You can install the package by pressing `]` in Julia REPL and typing:

```jl
add https://github.com/zdroid/ChemEquations.jl
```
```julia
add ChemEquations
```

2 comments on commit ef2dcdd

@zlatanvasovic
Copy link
Owner 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 updated: JuliaRegistries/General/18839

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.1.0 -m "<description of version>" ef2dcdd24fcc2368d1d544bc0a4e182ea129d10c
git push origin v0.1.0

Please sign in to comment.