Skip to content

Commit

Permalink
Preparation for pre-release 5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Mar 25, 2024
1 parent ff9928c commit 1afcbce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CCMenu/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>23.0</string>
<string>24.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2230.1</string>
<string>2240.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion CCMenu/Source/Model/PipelineModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ final class PipelineModel: ObservableObject {
}

private func addCCMenu2Pipeline() {
let p0 = Pipeline(name: "ccmenu2 | build-and-test", feed: Pipeline.Feed(type: .github, url: "https://api.github.com/repos/erikdoe/ccmenu2/actions/workflows/build-and-test.yaml/runs"))
let p0 = Pipeline(name: "ccmenu2 | build-and-test", feed: Pipeline.Feed(type: .github, url: "https://api.github.com/repos/ccmenu/ccmenu2/actions/workflows/build-and-test.yaml/runs"))
pipelines.append(p0)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For now the roadmap is tracked in this readme file.
- [X] Basic auth login for CCTray feeds
- [X] GitHub API rate limit handling

### Pre-release 5 (planned)
### Version 24 (CCMenu2 pre-release 5)

- [X] Optimised CCTray reader requests
- [X] Edit pipelines
Expand Down

0 comments on commit 1afcbce

Please sign in to comment.