Skip to content

Commit

Permalink
Merge pull request #30 from Hugo-C/feature/prepare-v0.2.0
Browse files Browse the repository at this point in the history
Feature/prepare v0.2.0
  • Loading branch information
Hugo-C authored Jun 3, 2023
2 parents e002578 + 0599a66 commit 9c14bcc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jarm_online"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The GUI is made with Vue.js with the future goal to store previously computed ha

<div align="center">

# Live version: [hugocjarm.software](https://hugocjarm.software/)
[![Website](https://img.shields.io/website?down_color=lightgrey&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fhugocjarm.software%2F)](https://hugocjarm.software/)
# Live version: [jarm.online](https://jarm.online/)
[![Website](https://img.shields.io/website?down_color=lightgrey&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fjarm.online%2F)](https://jarm.online/)
[![Docker publish](https://github.com/Hugo-C/jarm-online/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/Hugo-C/jarm-online/actions/workflows/docker-publish.yml)
</div>

Expand Down
2 changes: 1 addition & 1 deletion jarm_online_gui/nginx.conf.prod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http {
}
server {
listen 443 ssl http2;
server_name hugocjarm.software www.hugocjarm.software;
server_name jarm.online www.jarm.online;
ssl_protocols TLSv1.3 TLSv1.2;
ssl_prefer_server_ciphers on;
add_header Strict-Transport-Security "max-age=63072000" always;
Expand Down
2 changes: 1 addition & 1 deletion jarm_online_gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jarm_online_gui",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 9c14bcc

Please sign in to comment.