Skip to content

Commit

Permalink
Bump version number to 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Feb 10, 2017
1 parent 530f250 commit 2b074b0
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.0)
escape (0.0.4)
excon (0.54.0)
excon (0.55.0)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
google-api-client (0.9.26)
google-api-client (0.9.28)
addressable (~> 2.3)
googleauth (~> 0.5)
httpclient (~> 2.7)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
mime-types-data (3.2016.0521)
mini_magick (4.5.1)
minitest (5.10.1)
molinillo (0.5.5)
molinillo (0.5.6)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand All @@ -146,7 +146,7 @@ GEM
retriable (2.1.0)
rouge (1.11.1)
ruby-macho (0.2.6)
rubyzip (1.2.0)
rubyzip (1.2.1)
security (0.1.3)
signet (0.7.3)
addressable (~> 2.3)
Expand Down Expand Up @@ -185,4 +185,4 @@ DEPENDENCIES
fastlane (~> 2.0)

BUNDLED WITH
1.13.7
1.14.3
4 changes: 2 additions & 2 deletions Helper/Sources/MonolingualHelper-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<key>CFBundleName</key>
<string>MonolingualHelper</string>
<key>CFBundleShortVersionString</key>
<string>1.7.7</string>
<string>1.7.8</string>
<key>CFBundleVersion</key>
<string>1.7.7</string>
<string>1.7.8</string>
<key>SMAuthorizedClients</key>
<array>
<string>identifier &quot;com.github.IngmarStein.Monolingual.XPCService&quot; and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = ADVP2P7SJK</string>
Expand Down
6 changes: 3 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundleExecutable</key>
<string>Monolingual</string>
<key>CFBundleGetInfoString</key>
<string>Monolingual version 1.7.7, Copyleft 2001, 2002 J. Schrier, 2004-2017 Ingmar Stein</string>
<string>Monolingual version 1.7.8, Copyleft 2001, 2002 J. Schrier, 2004-2017 Ingmar Stein</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -34,13 +34,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.7</string>
<string>1.7.8</string>
<key>CFBundleSignature</key>
<string>MoLi</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key>
<string>1.7.7</string>
<string>1.7.8</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TOP=$(shell pwd)
RELEASE_VERSION=1.7.7
RELEASE_VERSION=1.7.8
RELEASE_DIR=$(TOP)/release-$(RELEASE_VERSION)
RELEASE_NAME=Monolingual-$(RELEASE_VERSION)
RELEASE_FILE=$(RELEASE_DIR)/$(RELEASE_NAME).dmg
Expand Down
Binary file modified Resources/de.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/el.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/en.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/es.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/fr.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/hr.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/it.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/ja.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/ko.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/nl.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/pl.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/ro.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/ru.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified Resources/sv.lproj/InfoPlist.strings
Binary file not shown.

0 comments on commit 2b074b0

Please sign in to comment.