Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenButterfield committed May 21, 2023
1 parent fdbbd36 commit 0d01d1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_ctest.yml
Expand Up @@ -180,8 +180,8 @@ jobs:
# Run appdmg to create the .dmg
cd packaging && appdmg dmg.json ${{ env.PRODUCT_NAME}}.dmg
codesign -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" --timestamp -i com.wildergarden.wildergarden --force ${{ env.PRODUCT_NAME }}.dmg
# xcrun notarytool submit ${{ env.PRODUCT_NAME }}.dmg --apple-id ${{ secrets.NOTARIZATION_USERNAME }} --password ${{ secrets.NOTARIZATION_PASSWORD }} --team-id ${{ secrets.TEAM_ID }} --wait
# xcrun stapler staple ${{ env.PRODUCT_NAME }}.dmg
xcrun notarytool submit ${{ env.PRODUCT_NAME }}.dmg --apple-id ${{ secrets.NOTARIZATION_USERNAME }} --password ${{ secrets.NOTARIZATION_PASSWORD }} --team-id ${{ secrets.TEAM_ID }} --wait
xcrun stapler staple ${{ env.PRODUCT_NAME }}.dmg
- name: Zip
if: ${{ matrix.name == 'Linux' }}
Expand Down
2 changes: 1 addition & 1 deletion Source/ControllerListener.h
Expand Up @@ -42,6 +42,6 @@ class ControllerListener : public juce::MouseListener
std::array<ControlParameter, NUM_CONTROL_PARAMETERS>* control_parameters;
InfoPanel* infoPanel;
TitlePanel* titlePanel;
std::string titleName = "Empy";
std::string titleName = "Empy v1.0.0";
std::string titleDescription = "By Arden Butterfield, 2023";
};
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.1
1.0.0

0 comments on commit 0d01d1b

Please sign in to comment.