Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
grahampugh committed Oct 24, 2022
1 parent 6c9d2bf commit c7b4c21
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
36 changes: 18 additions & 18 deletions pkg/erase-install-depnotify/build-info.plist
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.grahampugh.erase-install</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>erase-install-depnotify-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>27.0</string>
</dict>
<dict>
<key>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.grahampugh.erase-install</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>erase-install-depnotify-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>27.1</string>
</dict>
</plist>
36 changes: 18 additions & 18 deletions pkg/erase-install-nopython/build-info.plist
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.grahampugh.erase-install</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>erase-install-nopython-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>27.0</string>
</dict>
<dict>
<key>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.grahampugh.erase-install</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>erase-install-nopython-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>27.1</string>
</dict>
</plist>
36 changes: 18 additions & 18 deletions pkg/erase-install/build-info.plist
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.grahampugh.erase-install</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>erase-install-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>27.0</string>
</dict>
<dict>
<key>distribution_style</key>
<false/>
<key>identifier</key>
<string>com.github.grahampugh.erase-install</string>
<key>install_location</key>
<string>/</string>
<key>name</key>
<string>erase-install-${version}.pkg</string>
<key>ownership</key>
<string>recommended</string>
<key>postinstall_action</key>
<string>none</string>
<key>suppress_bundle_relocation</key>
<true/>
<key>version</key>
<string>27.1</string>
</dict>
</plist>

0 comments on commit c7b4c21

Please sign in to comment.