From 7c1eed1c8def0f50630906dd924769838288d767 Mon Sep 17 00:00:00 2001 From: baltdev Date: Mon, 1 Apr 2024 23:45:50 -0500 Subject: [PATCH] Bump version for README stuff --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba5a5e3..1c3e6fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r6502" -version = "1.0.2" +version = "1.0.3" authors = ["baltdev"] edition = "2021" description = "A simple NMOS 6502 emulator." diff --git a/README.md b/README.md index 87f6aa3..537cabb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/balt-dev/r6502/.github%2Fworkflows%2Frust.yml?branch=master&style=flat&label=tests)](https://github.com/balt-dev/r6502/actions/) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/balt-dev/r6502/.github%2Fworkflows%2Frust.yml?branch=trunk&style=flat&label=tests)](https://github.com/balt-dev/r6502/actions/) [![Documentation](https://docs.rs/r6502/badge.svg)](https://docs.rs/r6502) [![MSRV](https://img.shields.io/badge/MSRV-1.66.1-gold)](https://gist.github.com/alexheretic/d1e98d8433b602e57f5d0a9637927e0c) [![Repository](https://img.shields.io/badge/-GitHub-%23181717?style=flat&logo=github&labelColor=%23555555&color=%23181717)](https://github.com/balt-dev/r6502)