Skip to content

Commit

Permalink
doc: update badge version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov authored Mar 6, 2024
1 parent 6185cfc commit 5f6a562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cloth-physics
[![Build](https://github.com/esimov/cloth-physics/actions/workflows/build.yml/badge.svg)](https://github.com/esimov/cloth-physics/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/esimov/cloth-physics)](./LICENSE)
[![Release](https://img.shields.io/badge/release-v1.0.2-blue.svg)](https://github.com/esimov/cloth-physics/releases/tag/v1.0.2)
[![Release](https://img.shields.io/badge/release-v1.0.2-blue.svg)](https://github.com/esimov/cloth-physics/releases/tag/v1.0.3)

**cloth-physics** is a native desktop application for 2D cloth physics simulation implementing [Verlet integration](https://en.wikipedia.org/wiki/Verlet_integration). It's written in [Gio](https://gioui.org), a GUI framework for [Go](https://golang.org/).

Expand Down

0 comments on commit 5f6a562

Please sign in to comment.