Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

Commit c13b85d

Browse files
committed
* Updated version
* Added test badge
1 parent cab7a61 commit c13b85d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "text-diff"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["CodeDead <[email protected]>"]
66
description = "A cross-platform GUI for comparing two text files"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![GitHub](https://img.shields.io/badge/language-Rust-green)
55
![GitHub](https://img.shields.io/github/license/CodeDead/text-diff-rs)
66
[![Deploy](https://github.com/CodeDead/text-diff-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/CodeDead/text-diff-rs/actions/workflows/rust.yml)
7+
[![Test](https://github.com/CodeDead/text-diff-rs/actions/workflows/test.yml/badge.svg)](https://github.com/CodeDead/text-diff-rs/actions/workflows/test.yml)
78

89
![text-diff](https://i.imgur.com/VrcSyMD.png)
910

0 commit comments

Comments
 (0)