Skip to content

Commit

Permalink
Updated donate link and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
saivittalb committed Jun 28, 2020
1 parent 3f86af2 commit 31b6102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Latencer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = saivittalb.Latencer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -308,7 +308,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = saivittalb.Latencer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Latencer/Latency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Latency {
}

@objc static func donate() {
let url = URL(string: "https://www.paypal.me/saivittalb33")!;
let url = URL(string: "https://www.buymeacoffee.com/saivittalb")!;
NSWorkspace.shared.open(url);
}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Latencer
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![version](https://img.shields.io/badge/version-1.1-brightgreen)
![version](https://img.shields.io/badge/version-1.2-brightgreen)
[![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![GitHub followers](https://img.shields.io/github/followers/saivittalb.svg?style=social&label=Follow)](https://github.com/saivittalb?tab=followers)
[![Twitter Follow](https://img.shields.io/twitter/follow/saivittalb.svg?style=social)](https://twitter.com/saivittalb)
Expand All @@ -13,7 +13,7 @@ A macOS application which displays your internet latency in the menu bar by show

## Install

[Download latest release version](https://github.com/saivittalb/latencer/releases/download/v1.1/Latencer.app.zip).
[Download latest release version](https://github.com/saivittalb/latencer/releases/download/v1.2/Latencer.app.zip).

###### Note

Expand Down

0 comments on commit 31b6102

Please sign in to comment.