Skip to content

Commit

Permalink
bump version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stoermelder committed Nov 30, 2019
1 parent bdfdbbf commit 5ecfe36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.3.0 (in development)
### 1.3.0

- Module [ARENA](./docs/Arena.md)
- New module, 2-dimensional XY-Mixer for 8 sources with various modulation targets and graphical interface
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stoermelder PackOne

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-1.2.0-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.3.0-green.svg?style=flat-square)
![Rack SDK](https://img.shields.io/badge/Rack--SDK-1.1.6-red.svg?style=flat-square)
![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)
Expand Down
10 changes: 5 additions & 5 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.2.0",
"version": "1.3.0",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",
Expand Down Expand Up @@ -114,15 +114,15 @@
{
"slug": "Arena",
"name": "ARENA",
"description": "",
"tags": ["Utility", "Recording", "Controller"],
"description": "2-dimensional XY-Mixer for 8 sources with various modulation targets and fun graphical interface",
"tags": ["Utility", "Controller", "Mixer"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Arena.md"
},
{
"slug": "Maze",
"name": "MAZE",
"description": "",
"tags": ["Sequencer"],
"description": "4 channel sequencer running on a 2-dimensional grid",
"tags": ["Sequencer", "Random"],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Maze.md"
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/resetversion.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

gitrev=`git rev-parse --short HEAD`
version="1.0.${gitrev}"
version="1.3.${gitrev}"
echo "Updating to version=$version"
tf=`mktemp`
jq --arg VERSION "$version" '.version=$VERSION' plugin.json > $tf
Expand Down

0 comments on commit 5ecfe36

Please sign in to comment.