Skip to content

Commit

Permalink
Upgrade to Tailwind 3.0, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Jan 4, 2022
1 parent 2ab709b commit cf4e9c7
Show file tree
Hide file tree
Showing 12 changed files with 178 additions and 605 deletions.
4 changes: 2 additions & 2 deletions build/darwin/Info.plist
Expand Up @@ -6,9 +6,9 @@
<key>CFBundleName</key><string>RiftShare</string>
<key>CFBundleExecutable</key><string>RiftShare</string>
<key>CFBundleIdentifier</key><string>app.riftshare</string>
<key>CFBundleVersion</key><string>0.1.4</string>
<key>CFBundleVersion</key><string>0.1.5</string>
<key>CFBundleGetInfoString</key><string>Riftshare - Easy, Secure, Free file sharing</string>
<key>CFBundleShortVersionString</key><string>0.1.4</string>
<key>CFBundleShortVersionString</key><string>0.1.5</string>
<key>CFBundleIconFile</key><string>iconfile.icns</string>
<key>LSMinimumSystemVersion</key><string>10.13.0</string>
<key>LSApplicationCategoryType</key><string>public.app-category.utilities</string>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/RiftShare.exe.manifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity type="win32" name="app.riftshare" version="0.1.4.0" processorArchitecture="amd64"/>
<assemblyIdentity type="win32" name="app.riftshare" version="0.1.5.0" processorArchitecture="amd64"/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/appxmanifest.xml
Expand Up @@ -3,7 +3,7 @@
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
<Identity Name="" Version="0.1.4.0" Publisher="" ProcessorArchitecture="x64" />
<Identity Name="" Version="0.1.5.0" Publisher="" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>RiftShare</DisplayName>
<PublisherDisplayName>Aman Chhabra</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion frontend/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/bundle.js.map

Large diffs are not rendered by default.

0 comments on commit cf4e9c7

Please sign in to comment.